3.6.4.11.3.1 RegisterChatEventSinkRequestBody

 <xsd:complexType name="RegisterChatEventSinkRequestBody">
   <xsd:sequence>
     <xsd:element minOccurs="1" maxOccurs="1" name="bstrUriSinkEndpoint" type="xsd:string"/>
     <xsd:element minOccurs="1" maxOccurs="1" name="bstrServerName" type="xsd:string"/>
     <xsd:element minOccurs="1" maxOccurs="1" name="idSession" type="xsd:unsignedInt"/>
     <xsd:element minOccurs="1" maxOccurs="1" name="bstrTeacherName" type="xsd:string"/>
   </xsd:sequence>
 </xsd:complexType>

bstrUriSinkEndpoint: Contains URI of chat event sink.

bstrServerName: Contains the name of the chat server.

idSession: Contains the ID of the remote desktop session being associated with the station.

bstrTeacherName: Contains the name of the chat master.