inviteParticipants 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.
Invites others to participate in this conference.
Syntax
<inviteParticipants/>
Element Information
Parent Element
Element |
Description |
---|---|
Grouping for conference-related requests. |
Child Elements
Element |
Occurrences |
Description |
---|---|---|
1 |
Contains a list of URIs to invite to a conference. |
Remarks
If the user making this request is not already in the role of presenter, the Communicator Web Access server promotes the user to that role. The data channel response events generated by the request include: escalationMode, role, and participant. The first two of these three events indicate that the Communicator Web Access server is promoting the user. The last of the return events indicates that the requested participant has been added to the IM session with the role of attendee.
Examples
<inviteParticipants>
<uris>
<uri>sip:alice@contoso.com</uri>
<uri>sip:bob@contoso.com</uri>
<uris>
</inviteParticipants>