How to provide only audio permission when publishing streams on the Web platform?
2022-11-16
Products / Plugins:Video Call / Audio Call / Live streaming
Platform / Framework:Web
Use the interface configuration: zg.createStream({camera:{audio:true,video:false}}). This way, the stream will only have audio, and the browser will only request microphone permission.

