participant 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.

Provides information regarding the conference participant when that participant is added or updated in an IM session.

Syntax

<participant uri="SIP Uri formatted string" name="string value" role="string value" archiving="true"|"false"/> 

Attributes

Attribute

Data Type

Description

uri

Xs:AnyUri

Indicates the SIP URI of the conference participant. This is a required attribute.

name

string

Indicates the name of the conference participant.

role

string

Indicates the role of the conference participant. Permitted values are attendee and presenter.

archiving

Boolean

Indicates whether this participant is archiving the conference.

Element Information

Parent Element

Element

Description

conference

Groups conference-related events.

Remarks

This element is returned to a conference invitee as part of an IM session invitation. The participant Element is returned when the IM session is one-to-one.

Examples

<participant uri="sip:probst@contoso.com" name="Probst" role="attendee" />

See Also

Concepts

conference Element