yangjie #49

Merged
yangqiang merged 71 commits from yangjie into master 2025-03-10 14:21:26 +08:00
1 changed files with 1 additions and 0 deletions
Showing only changes of commit dc9ee39a1e - Show all commits

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) => {