修改音频场景
This commit is contained in:
parent
f709f3db42
commit
dc9ee39a1e
|
|
@ -299,6 +299,7 @@ export const agora = {
|
|||
},
|
||||
{ channelId: option.channelId, localUid: Number(option.uid) }
|
||||
);
|
||||
await rtcEngine.setAudioScenario(8)
|
||||
},
|
||||
// 更新频道配置
|
||||
updateChannelMediaOptions: async (bool: boolean) => {
|
||||
|
|
|
|||
Loading…
Reference in New Issue