turnOnMicrophoneWhenJoining property
Whether to open the microphone when joining the live streaming.
If you want to join the live streaming with your microphone closed, set this value to false;
if you want to join the live streaming with your microphone open, set this value to true.
The default value is true
.
Note that this parameter is independent of the user's role. Even if the user is an audience, they can set this value to true, and they can start chatting with others through voice after joining the room. Therefore, in general, if the role is an audience, this value should be set to false.
Implementation
bool turnOnMicrophoneWhenJoining;