stopCoHostingWhenMicCameraOff property

bool stopCoHostingWhenMicCameraOff
getter/setter pair

controls whether to automatically stop co-hosting when both the camera and microphone are turned off, the default value is false.

If the value is set to true, the user will stop co-hosting automatically when both camera and microphone are off. If the value is set to false, the user will keep co-hosting until manually stop co-hosting by clicking the "End" button.

Implementation

bool stopCoHostingWhenMicCameraOff;