MuteAllMode Enum
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.
Represents various mute all modes
public enum class MuteAllMode
public enum MuteAllMode
type MuteAllMode =
Public Enum MuteAllMode
- Inheritance
-
MuteAllMode
Fields
Name | Value | Description |
---|---|---|
Unsupported | 0 | Mute all mode is not supported by the MCU. |
Disabled | 1 | Mute all mode is currently disabled. |
Enabled | 2 | Mute all mode is currently enabled. |
EnabledForAttendees | 3 | Mute all mode is enabled only for participants who have joined attendee role. |