3.7.4.20.3.1 ViewDesktopRequestBody

 <xsd:complexType name="ViewDesktopRequestBody">
   <xsd:sequence>
     <xsd:element minOccurs="1" maxOccurs="1" name="idSession" type="xsd:unsignedInt"/>
     <xsd:element minOccurs="0" maxOccurs="1" name="eMode" type="xsd:unsignedInt" />
     <xsd:element minOccurs="0" maxOccurs="1" name="wsInvitation" type="xsd:string"/>
     <xsd:element minOccurs="0" maxOccurs="1" name="wsTitle" type="xsd:string"/>
   </xsd:sequence>
 </xsd:complexType>

idSession: Contains the ID of the Windows session to view the desktop indicated by the invitation string.

eMode: The remote control mode: 0 = allow remote control, and 1 = project session.

wsInvitation: Contains the Windows Desktop Sharing invitation string.

wsTitle: Contains the title of the shared desktop.