isActiveSpeakerDisabled property
Active Speaker method automatically pins the active speaker to the main view. By default active speaker is enabled.
Parameter Determines whether to disable/enable active speaker:
true
: Set it to true to disable active speaker.false
: (Default) Active speaker is enabled by default.
Implementation
final bool isActiveSpeakerDisabled;