plutoless / eEducation

e-education solutions(Agora Reference Design)
184 stars 124 forks source link

Audio only whiteboard #186

Closed RamanHacks closed 4 years ago

RamanHacks commented 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)?

srs888001 commented 4 years ago

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.