AudioVideoMcuParticipantEndpointProperties.IsMuted 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.
Caution
This property will be removed from future versions. Use IsAudioMuted or IsVideoMuted
Gets whether the participant is muted.
public:
property bool IsMuted { bool get(); };
[System.Obsolete("This property will be removed from future versions. Use IsAudioMuted or IsVideoMuted")]
public bool IsMuted { get; }
member this.IsMuted : bool
Public ReadOnly Property IsMuted As Boolean
Property Value
- Attributes