Show / Hide Table of Contents

Calls.JoinGroupCall.All

Allows the app to join group calls and scheduled meetings in your organization, without a signed-in user.  The app will be joined with the privileges of a directory user to meetings in your organization.

Graph Methods

Type: A = Application Permission, D = Delegate Permission

Ver Type Method
Beta A GET /app/calls/{id}/audioRoutingGroups
Beta A GET /communications/calls/{id}/audioRoutingGroups
Beta A GET /communications/calls/{id}/contentSharingSessions
Beta A GET /communications/calls/{id}/contentSharingSessions/{id}
Beta A POST /app/calls/{id}/addLargeGalleryView
Beta A POST /app/calls/{id}/answer
Beta A POST /communications/calls/{id}/addLargeGalleryView
V1 A POST /communications/calls/{id}/answer

Application Permission

Id f6b49018-60ab-4f81-83bd-22caeabfed2d
Display String Join group calls and meetings as an app
Description Allows the app to join group calls and scheduled meetings in your organization, without a signed-in user.  The app will be joined with the privileges of a directory user to meetings in your organization.

Resources

addLargeGalleryViewOperation

Property Type Description
clientContext String The client context.
id String The ID of the server operation. Read-only.
resultInfo resultInfo The result information. Read-only.
status operationStatus The status of the operation. Possible values are: notStarted, running, completed, failed. Read-only.

appHostedMediaConfig

Property Type Description
blob String The media configuration blob generated by smart media agent.

audioRoutingGroup

Property Type Description
id string Read-only.
receivers collection(string) List of receiving participant ids.
routingMode string Routing group mode. Possible values are: oneToOne, multicast.
sources collection(string) List of source participant ids.

call

Property Type Description
callbackUri String The callback URL on which callbacks will be delivered. Must be https.
callChainId String A unique identifier for all the participant calls in a conference or a unique identifier for two participant calls in a P2P call. This needs to be copied over from Microsoft.Graph.Call.CallChainId.
callRoutes callRoute collection The routing information on how the call was retargeted. Read-only.
chatInfo chatInfo The chat information. Required information for joining a meeting.
direction callDirection The direction of the call. The possible value are incoming or outgoing. Read-only.
id String The call id. Read-only.
mediaConfig appHostedMediaConfig or serviceHostedMediaConfig The media configuration. Required.
mediaState callMediaState Read-only. The call media state.
meetingInfo organizerMeetingInfo or tokenMeetingInfo The meeting information that's required for joining a meeting.
transcription callTranscriptionInfo The transcription information for the call. Read-only.
myParticipantId String Read-only.
requestedModalities modality collection The list of requested modalities. Possible values are: unknown, audio, video, videoBasedScreenSharing, data.
resultInfo resultInfo The result information. For example can hold termination reason. Read-only.
source participantInfo The originator of the call.
state callState The call state. Possible values are: incoming, establishing, ringing, established, hold, transferring, transferAccepted, redirecting, terminating, terminated. Read-only.
subject String The subject of the conversation.
targets invitationParticipantInfo collection The targets of the call. Required information for creating peer to peer call.
toneInfo toneInfo Read-only.
incomingContext incomingContext Call context associated with an incoming call.

chatInfo

Property Type Description
messageId String The unique identifier of a message in a Microsoft Teams channel.
replyChainMessageId String The ID of the reply message.
threadId String The unique identifier for a thread in Microsoft Teams.

contentSharingSession

Property Type Description
id String Unique identifier for the content sharing session. Read-only.

incomingCallOptions

Property Type Description
isContentSharingNotificationEnabled Boolean The value that indicates whether content sharing notifications should be enabled for the call. Inherited from callOptions.

meetingInfo

serviceHostedMediaConfig

Property Type Description
preFetchMedia mediaInfo collection The list of media to pre-fetch.
In This Article
Back to top Created by merill | Submit feedback