enableSeatControl property
set
enableSeatControl
(bool value)
Sets whether the seat control mode is enabled.
If set to true, the seat control mode will be enabled, allowing users to request to speak.
Note: This parameter is only effective when creating a conference.
The default value is false.
Implementation
set enableSeatControl(bool value) => _enableSeatControl = value;