JoinMode 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 the conference join mode.
public enum class JoinMode
public enum JoinMode
type JoinMode =
Public Enum JoinMode
- Inheritance
-
JoinMode
Fields
Name | Value | Description |
---|---|---|
Default | 0 | Default mode. |
TrustedParticipant | 1 | Joins the conference as a trusted participant. |
GatewayParticipant | 2 | Joins the conference as a gateway participant. |