Edit

Share via


EnableMuteAllModeOptions.SelfUnmuteAssignment Property

Definition

Gets or sets the self-unmute assignment when enabling mute-all mode.

public:
 property Microsoft::Rtc::Collaboration::AudioVideo::SelfUnmuteAssignment SelfUnmuteAssignment { Microsoft::Rtc::Collaboration::AudioVideo::SelfUnmuteAssignment get(); void set(Microsoft::Rtc::Collaboration::AudioVideo::SelfUnmuteAssignment value); };
public Microsoft.Rtc.Collaboration.AudioVideo.SelfUnmuteAssignment SelfUnmuteAssignment { get; set; }
member this.SelfUnmuteAssignment : Microsoft.Rtc.Collaboration.AudioVideo.SelfUnmuteAssignment with get, set
Public Property SelfUnmuteAssignment As SelfUnmuteAssignment

Property Value

Remarks

Everyone option will enable mute all mode and allow everyone to unmute themselves at any time.

LeadersOnly option will enable mute all mode and allow only participants with leader role to unmute themselves at any time. Participants who are not leaders will not be able to unmute themselves. Only a leader can choose to unmute those participants.

Applies to