Share via


initiateImSessionAccepted Element

This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.

Indicates that the initial request to initiate an IM session has been accepted by a Communicator Web Access server.

Syntax

<initiateImSessionAccepted rid="string value" confId="1" />

Attributes

Attribute

Data Type

Description

rid

string

Request Id. This is a string value assigned by the Unified Communications client. This is a required attribute.

confId

integer

Conference Id. This is an integer value assigned by the Communicator Web Access Server. This is a required attribute.

Element Information

Parent Element

Element

Description

conference

Groups conference-related events.

Remarks

This asynchronous event response element indicates that the Communicator Web Access server has initiated an IM session and assigned a confId. This new confId must be used for all further IM conference related requests on this conference.

The event comes from the Communicator Web Access server on the data channel.

Examples

The following event indicates a request to initiate an IM conversation succeeded. The confId returned in the initiateImSessionAccepted Element must be used for further conference related requests on this conversation.

<cwaResponses requestProcessed="1" unexpectedElement="0">
   <cwaEvents pollWaitTime="1000" sessionTimeout="594" ackId="12" sid="2">
      <conference eid="12" confId="1">
         <initiateImSessionAccepted rid="2" confId="1" />
      </conference>
   </cwaEvents>
</cwaResponses>

See Also

Concepts

conference Element