ms:rtc:saas:acceptedByParticipant
- JSON
Represents the remote participant who accepted the invitation of the user.
Web link
For more on web links, see Web Links.
Name | Description |
---|---|
rel | The resource that this link points to. In JSON, this is the outer container. |
href | The location of this resource on the server, and the target of an HTTP operation. |
Resource description
This resource is present at the time an outgoing invitation completes successfully. The resource usually contains a contact that can be compared to the to in the same invitation to see if the intended destination and the recipient match.
Properties
Name | Description |
---|---|
anonymous | Whether the participant is anonymous. |
name | The participant's display name. |
organizer |
Whether the participant is an organizer.
An organizer can never be locked out of her own meeting. |
role | The participant's role (Role), such as Attendee or Leader. |
sourceNetwork | The participant's source network (SourceNetwork), such as SameEnterprise or PublicCloud (for example, a Skype contact). |
uri | The participant's URI. |
Links
This resource can have the following relationships.
Link | Description |
---|---|
self | The link to the current resource. |
ms:rtc:saas:conversation | Represents the local participant's perspective on a multi-modal, multi-party communication. |
ms:rtc:saas:eject | Ejects the corresponding ms:rtc:saas:participant from the ms:rtc:saas:onlineMeeting. |
ms:rtc:saas:participantMessaging | Used to determine a participant using the instant messaging modality in a conversation. |
Operations
Returns a representation of the remote participant who accepted the invitation of the user.
Request body
None
Response body
The response from a GET request contains the properties and links shown in the Properties and Links sections at the top of this page.
Synchronous errors
The errors below (if any) are specific to this resource. Generic errors that can apply to any resource are covered in Generic synchronous errors.
Error | Code | Subcode | Description |
---|---|---|---|
ServiceFailure | 500 | InvalidExchangeServerVersion | |
Conflict | 409 | AlreadyExists | |
Conflict | 409 | TooManyGroups | |
Conflict | 409 | None | |
Gone | 410 | CannotRedirect |
Examples
Request
JSON Response
This sample is given only as an illustration of response syntax. The semantic content is not guaranteed to correspond to a valid scenario.