Closed RamanHacks closed 4 years ago
How do I initialize the classroom with just the audio feature enabled for real time communication (i.e. to disable the video feature from backend for all)?
You can refer https://docs.agora.io/en/Video/API%20Reference/java/index.html to turn off all video related functions. For example: disablevideo,setdefaultmuteallremotevideostreams,mutevideo.
How do I initialize the classroom with just the audio feature enabled for real time communication (i.e. to disable the video feature from backend for all)?