English 中文(简体)
agora voiceCall microphone permission issue
原标题:

I m developing a voice chat service using WebRTC. This service utilizes react-native-webview and is implemented using the Agora module in Nuxt.js.

However, while there are no problems on Android, when the app is run on an iPhone or in the Safari browser, an issue arises. Initially, the web obtains microphone permission, and I mute the microphone using localAudioTrack.enabled(false). The problem occurs exactly one minute after muting - the web s microphone permissions are revoked. So when I try to unmute, the microphone permission request confirmation window pops up again... I want to solve this issue.

await this.rtc.localAudioTrack.setEnabled(false);

问题回答

暂无回答




相关问题
Vue array dependent select not display data

I have dependent selection like this. Selection image when i console log, they have data but not render data in selection data This is what i ve tried. for Product selection has default selected value ...

agora voiceCall microphone permission issue

I m developing a voice chat service using WebRTC. This service utilizes react-native-webview and is implemented using the Agora module in Nuxt.js. However, while there are no problems on Android, when ...

Create Vue component documentation library for private use

I want to create a docs site for my Vue components, my question is: do I need to start a completely new project just for component documentation site or I can simply create a new branch in my exsiting ...

热门标签