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
2e5693d9
authored
Jul 01, 2026
by
suolong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
提交bug
parent
c71fe6f8
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
6 deletions
Modules/FUSShowRoomModule/FUSShowRoomModule/Router/FUSShowRoomRouter.m
Modules/FUSShowRoomModule/FUSShowRoomModule/Router/FUSShowRoomRouter.m
View file @
2e5693d9
...
@@ -891,20 +891,28 @@
...
@@ -891,20 +891,28 @@
}
}
-
(
void
)
initTTSDK
{
-
(
void
)
initTTSDK
{
NSString
*
currentBundleIdentifier
=
NSBundle
.
mainBundle
.
bundleIdentifier
?:
@""
;
// 直播始终使用固定授权配置,TTVideo 单独走独立 license。
// 直播始终使用固定授权配置,TTVideo 单独走独立 license。
NSInteger
liveAppId
=
100667
;
NSInteger
liveAppId
=
980302338
;
NSInteger
videoAppId
=
642642
;
NSInteger
videoAppId
=
642642
;
NSString
*
appname
=
FUSConfig
.
sharedInstanced
.
appConfigs
.
appName
;
NSString
*
appname
=
@"FusiClub"
;
NSString
*
channel
=
[
FUSDeviceHelper
fus_getChannelId
];
NSString
*
channel
=
[
FUSDeviceHelper
fus_getChannelId
];
NSString
*
bundleID
=
currentBundleIdentifier
;
NSString
*
bundleID
=
@"com.fusi.meet.live.chat.video.among.friends"
;
NSString
*
liveLisenceFilePath
=
@"TTSDKLisenceFileForTest"
;
NSString
*
lisenceFilePath
=
@"TTSDKLisenceFile"
;
if
(
FUSConfig
.
sharedInstanced
.
devConfigs
.
devLevel
!=
FUSDevlopLevelRelease
)
{
liveAppId
=
100667
;
appname
=
FUSConfig
.
sharedInstanced
.
appConfigs
.
appName
;
bundleID
=
@"com.ft.chat.ios"
;
lisenceFilePath
=
@"TTSDKLisenceFileForTest"
;
}
TTSDKConfiguration
*
liveConfiguration
=
[
TTSDKConfiguration
defaultConfigurationWithAppID
:
@
(
liveAppId
).
description
];
TTSDKConfiguration
*
liveConfiguration
=
[
TTSDKConfiguration
defaultConfigurationWithAppID
:
@
(
liveAppId
).
description
];
liveConfiguration
.
appName
=
appname
;
liveConfiguration
.
appName
=
appname
;
liveConfiguration
.
channel
=
channel
;
liveConfiguration
.
channel
=
channel
;
liveConfiguration
.
bundleID
=
bundleID
;
liveConfiguration
.
bundleID
=
bundleID
;
liveConfiguration
.
licenseFilePath
=
[[
FUSShowRoomCenterBunble
bundle
]
pathForResource
:
li
veLi
senceFilePath
ofType
:
nil
];
liveConfiguration
.
licenseFilePath
=
[[
FUSShowRoomCenterBunble
bundle
]
pathForResource
:
lisenceFilePath
ofType
:
nil
];
[
TTSDKManager
startWithConfiguration
:
liveConfiguration
];
[
TTSDKManager
startWithConfiguration
:
liveConfiguration
];
// TTVideo 使用独立的点播 license,避免和直播授权配置串用。
// TTVideo 使用独立的点播 license,避免和直播授权配置串用。
...
...
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