Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets whether the participant is muted.
Namespace: Microsoft.Rtc.Collaboration.AudioVideo
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Property IsMuted As Boolean
Get
Friend Set
'Usage
Dim instance As AudioVideoMcuParticipantEndpointProperties
Dim value As Boolean
value = instance.IsMuted
public bool IsMuted { get; internal set; }
Property Value
Type: System.Boolean
See Also
Reference
AudioVideoMcuParticipantEndpointProperties Class