Share via


EnableMuteAllModeOptions.SelfUnmuteAssignment Property

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

Namespace:  Microsoft.Rtc.Collaboration.AudioVideo
Assembly:  Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)

Syntax

'Declaration
Public Property SelfUnmuteAssignment As SelfUnmuteAssignment
    Get
    Set
'Usage
Dim instance As EnableMuteAllModeOptions
Dim value As SelfUnmuteAssignment

value = instance.SelfUnmuteAssignment

instance.SelfUnmuteAssignment = value
public SelfUnmuteAssignment SelfUnmuteAssignment { get; set; }

Property Value

Type: Microsoft.Rtc.Collaboration.AudioVideo.SelfUnmuteAssignment

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.

See Also

Reference

EnableMuteAllModeOptions Class

EnableMuteAllModeOptions Members

Microsoft.Rtc.Collaboration.AudioVideo Namespace