turnOnCameraWhenCohosted property

(bool Function()?) turnOnCameraWhenCohosted
getter/setter pair

whether to enable the camera by default when you be co-host, the default value is true Every time you become a co-host again, it will re-read this configuration to check if enable the camera

Implementation

bool Function()? turnOnCameraWhenCohosted;