Skip to content

Commit baf962f

Browse files
chenparkalienzh
andauthored
Develop/4.0 ios (#12)
* update renew token * fix renewtoken bug * fix error --------- Co-authored-by: zhangwei <[email protected]>
1 parent 1d518fb commit baf962f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

KTVAPI/iOS/Example/KTVApiDemo/KTVApiDemo/KTVAPI/KTVApiImpl.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1300,7 +1300,7 @@ extension KTVApiImpl: AgoraRtcMediaPlayerDelegate {
13001300
self.localPlayerPosition = Date().milListamp
13011301
print("localPlayerPosition:playerKit:openCompleted \(localPlayerPosition)")
13021302
self.playerDuration = TimeInterval(mediaPlayer?.getDuration() ?? 0)
1303-
playerKit.selectMultiAudioTrack(1, publishTrackIndex: 0)
1303+
playerKit.selectMultiAudioTrack(1, publishTrackIndex: 1)
13041304
if isMainSinger() { //主唱播放,通过同步消息“setLrcTime”通知伴唱play
13051305
playerKit.play()
13061306
}

0 commit comments

Comments
 (0)