We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d518fb commit baf962fCopy full SHA for baf962f
KTVAPI/iOS/Example/KTVApiDemo/KTVApiDemo/KTVAPI/KTVApiImpl.swift
@@ -1300,7 +1300,7 @@ extension KTVApiImpl: AgoraRtcMediaPlayerDelegate {
1300
self.localPlayerPosition = Date().milListamp
1301
print("localPlayerPosition:playerKit:openCompleted \(localPlayerPosition)")
1302
self.playerDuration = TimeInterval(mediaPlayer?.getDuration() ?? 0)
1303
- playerKit.selectMultiAudioTrack(1, publishTrackIndex: 0)
+ playerKit.selectMultiAudioTrack(1, publishTrackIndex: 1)
1304
if isMainSinger() { //主唱播放,通过同步消息“setLrcTime”通知伴唱play
1305
playerKit.play()
1306
}
0 commit comments