ms:rtc:saas:joinMyOnlineMeeting

Joins an myOnline meeting.

Web link

For more on web links, see Web Links.

Name Description
relThe resource that this link points to. In JSON, this is the outer container.
hrefThe location of this resource on the server, and the target of an HTTP operation.

Resource description

JoinMyOnlineMeetingResource allows an application to join an already scheduled online meeting using the assigned meeting URI.

Properties

None

Links

None

Operations

Starts an ms:rtc:saas:onlineMeetingInvitation in the event channel.

Query parameters

Click here to see the input values.

Name Description Required?
confUrl Gets or sets the conf URL. No
onlineMeetingUri The meeting URI to join. No

Request body

Click here to see the input values.

Name Description Required?
callbackContext Sets the context that needs to be provided for the callback. No
callbackNotificationFormats The notificationFormats supported by the application. No
callbackUrl Sets the callbackUri of the conversation.

The maximum length is 1024 characters.

No
importance Sets the importance of the Conversation. No
localParticipantDisplayName The display name that will be used while impersonating this particular conversation.

The maximum length is 250 characters.

No
localParticipantType The local participant type/join mode while joining the particular online meeting. No
localParticipantUri The uri that will be impersonated for this particular conversation. No
onlineMeetingUri Sets the URI of the online meeting to join. No
operationId Sets the operation id that lets application correlate this operation with the corresponding invitation started in the event channel.

The maximum length is 50 characters.

Yes
subject Sets the subject of the Conversation.

The maximum length is 250 characters.

No
threadId Sets the thread id of the conversation.

The maximum length is 250 characters.

No

Response body

Item Description
ms:rtc:saas:onlineMeetingInvitation Represents an invitation to a new or existing ms:rtc:saas:onlineMeeting.

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
NotFound404DestinationNotFound The meeting could not be found.
Forbidden403None Target Conference Uri does not match Conference Uri provisioned in anonymous web ticket.
ServiceFailure500CallbackChannelError
Conflict409AlreadyExists
Conflict409TooManyGroups
Conflict409None
Gone410CannotRedirect

Examples

Only server-supplied query parameters, if any, are shown in the request sample.

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.