This commit is contained in:
yj 2024-10-18 10:59:49 +08:00
parent dabeb8dfef
commit b4493cf5d6
1 changed files with 1 additions and 1 deletions

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,