AudioVideoMcuSessionProperties.SelfUnmuteAssignment Property
Gets the current self unmute assignment on AudioVideoMcuSession to the participants.
Namespace: Microsoft.Rtc.Collaboration.AudioVideo
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Property SelfUnmuteAssignment As SelfUnmuteAssignment
Get
Friend Set
'Usage
Dim instance As AudioVideoMcuSessionProperties
Dim value As SelfUnmuteAssignment
value = instance.SelfUnmuteAssignment
public SelfUnmuteAssignment SelfUnmuteAssignment { get; internal set; }
Property Value
Type: Microsoft.Rtc.Collaboration.AudioVideo.SelfUnmuteAssignment
See Also
Reference
AudioVideoMcuSessionProperties Class