EnableMuteAllModeOptions.SelfUnmuteAssignment Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.