修改音频场景

This commit is contained in:
yj 2025-02-19 17:25:45 +08:00
parent f709f3db42
commit dc9ee39a1e
1 changed files with 1 additions and 0 deletions

View File

@ -299,6 +299,7 @@ export const agora = {
}, },
{ channelId: option.channelId, localUid: Number(option.uid) } { channelId: option.channelId, localUid: Number(option.uid) }
); );
await rtcEngine.setAudioScenario(8)
}, },
// 更新频道配置 // 更新频道配置
updateChannelMediaOptions: async (bool: boolean) => { updateChannelMediaOptions: async (bool: boolean) => {