2.2.5.8 t:OnlineMeetingAccessLevelType Simple Type
The OnlineMeetingAccessLevelType simple type specifies who must wait in the online waiting area before online meetings.<45>
<xs:simpleType name="OnlineMeetingAccessLevelType">
<xs:restriction base="xs:string">
<xs:enumeration value="Locked"/>
<xs:enumeration value="Invited"/>
<xs:enumeration value="Internal"/>
<xs:enumeration value="Everyone"/>
</xs:restriction>
</xs:simpleType>
The following table describes the xs:string ([XMLSCHEMA2]) enumeration values that are defined by the OnlineMeetingAccessLevelType simple type.
|
Value |
Meaning |
|
Locked |
Only the organizer has access. All others must wait in the online waiting area. |
|
Invited |
Only invited participants have access. All others must wait in the online waiting area. |
|
Internal |
Only internal participants have access. All others must wait in the online waiting area. |
|
Everyone |
All participants have access and do not have to wait to join the meeting. |