yangjie #22

Merged
yangqiang merged 99 commits from yangjie into master 2024-10-22 16:11:46 +08:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit b4493cf5d6 - Show all commits

View File

@ -238,7 +238,7 @@ export const agora = {
},
// 加入频道
joinChannel: async () => {
await rtcEngine.enableAudioVolumeIndication(100, 1, true)
await rtcEngine.enableAudioVolumeIndication(3000, 3, true)
await rtcEngine.joinChannel(option.token, option.channelId, option.uid);
await rtcEngine.setDualStreamModeEx(
SimulcastStreamMode.EnableSimulcastStream,