Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
pidan
/
FuSiLive
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
4cfd9c4f
authored
Mar 03, 2026
by
suolong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
更新下byteRTC配置
parent
566e92fc
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
22 additions
and
0 deletions
DevelopmentPods/FUSCommon/FUSCommon/Classes/FUSAPPConfigs/FUSFuSiConfigs.m
DevelopmentPods/FUSFoundation/FUSFoundation/Classes/FuSiTheme/Config/ConfigModels/FUSSDKConfig.h
DevelopmentPods/FUSCommon/FUSCommon/Classes/FUSAPPConfigs/FUSFuSiConfigs.m
View file @
4cfd9c4f
...
...
@@ -160,6 +160,24 @@ static const NSString *FUSCidUDKey = @"FUSCidUDKey";
-
(
NSString
*
)
byteRTCKey
{
switch
(
FUSConfig
.
sharedInstanced
.
devConfigs
.
devLevel
)
{
case
FUSDevlopLevelDeveloper
:
return
FUSConfig
.
sharedInstanced
.
sdkConfigs
.
byteRTCKeyTest
;
break
;
default
:
return
FUSConfig
.
sharedInstanced
.
sdkConfigs
.
byteRTCAppKeyFormal
;
break
;
}
}
-
(
NSString
*
)
byteRTCKeyTest
{
return
@"617bb104aecf7700c457b7c9"
;
}
-
(
NSString
*
)
byteRTCAppKeyFormal
{
return
@"617fbe83d6e69800c138e55e"
;
}
...
...
DevelopmentPods/FUSFoundation/FUSFoundation/Classes/FuSiTheme/Config/ConfigModels/FUSSDKConfig.h
View file @
4cfd9c4f
...
...
@@ -44,6 +44,10 @@ NS_ASSUME_NONNULL_BEGIN
/// byte的 key
@property
(
nonatomic
,
copy
)
NSString
*
byteRTCKey
;
/// byte的 测试key
@property
(
nonatomic
,
copy
)
NSString
*
byteRTCKeyTest
;
/// byte的 正式key
@property
(
nonatomic
,
copy
)
NSString
*
byteRTCAppKeyFormal
;
/// 环信正式AppKey
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment