enableMicrophoneForAllUser property
set
enableMicrophoneForAllUser
(bool value)
Sets whether the microphone is enabled for all users.
If set to true
, all users will have their microphones enabled by default.
Note: This parameter is only effective when creating a conference.
The default value is true
.
Implementation
set enableMicrophoneForAllUser(bool value) =>
_enableMicrophoneForAllUser = value;