Roster
Handles conference participants.
Properties
A StateFlow that represents whether guests in the conference all muted.
A StateFlow that represents whether guests in the conference can unmute themselves, or null.
A StateFlow that represents you as the participant of this conference.
A StateFlow that represents participants of this conference.
A StateFlow that represents the participant that is currently sharing a presentation.
Functions
Lets a specified participant into the conference from the waiting room of a locked conference.
Allows guests to unmute themselves.
Signals that the local microphone has been muted.
Signals that the local microphone has been unmuted.
Disallows guests to unmute themselves.
Disconnects the specified participant or self.
Disconnects all conference participants.
Lowers all hands.
Lowers hand of the specified participant or self.
Changes the role of the participant to guest.
Changes the role of the participant to host.
Mutes the specified participant or self.
Mutes all guests in a conference.
Mutes the video of the specified participant or self.
Raises hand of the specified participant or self.
Enables the "spotlight" on a participant or self.
Unmutes the specified participant or self.
Unmutes all guests in a conference.
Unmutes the video of the specified participant or self.
Disables the "spotlight" on a participant or self.