participantRemoved 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 a participant has been removed from the IM session.

Syntax

<participantRemoved>SIP formatted Uri string</participantRemoved>

Element Information

Parent Element

Element

Description

cwaEvents

Holds the responses from the asynchronous data channel with which a Unified Communications AJAX API Client polls the server for updates that have taken place.

Remarks

This event is returned to a client when they have been removed from an IM conversation. In a one-to-one conversation, this is returned when the other participant terminates the conversation. In a multi-participant conference, this message is returned if the participant is ejected or the conference itself is terminated.

Examples

<conference eid="54" confId="2">
   <participantRemoved>sip:jessicaa@contoso.com</participantRemoved>
</conference>

See Also

Concepts

participant Element

conference Element