2.2.5.11 t:PresentersType Simple Type

The PresentersType simple type controls which participants are given presenter privileges when the meeting is scheduled.<66>

 <xs:simpleType name="PresentersType">
   <xs:restriction base="xs:string">
     <xs:enumeration value="Disabled"/>
     <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 PresentersType simple type.

Value

Description

Disabled

The option is disabled. Only the organizer has presenter privileges.

Internal

Participants within the same company or organization have presenter privileges.<67>

Everyone

All participants have presenter privileges.