initiateImSessionAccepted Event

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="27" 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

cwaEvents Element

Holds the asynchronous response to an HTTP POST request carried over through a data channel. It is the parent of all 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 command communication channel.

Examples

The following event response 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">
   <initiateImSessionAccepted rid="27" confId="1" />
</cwaResponses>

See Also

Concepts

Responses