Show / Hide Table of Contents

Calls.JoinGroupCallAsGuest.All

Allows the app to anonymously join group calls and scheduled meetings in your organization, without a signed-in user.  The app will be joined as a guest to meetings in your organization.

Graph Methods

Type: A = Application Permission, D = Delegate Permission

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

Application Permission

Id fd7ccf6b-3d28-418b-9701-cd10f5cd2fd4
Display String Join group calls and meetings as a guest
Description Allows the app to anonymously join group calls and scheduled meetings in your organization, without a signed-in user.  The app will be joined as a guest 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.

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.
callOptions outgoingCallOptions Contains the optional features for the call.
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 unique identifier for the call. Read-only.
incomingContext incomingContext Call context associated with an incoming call.
mediaConfig appHostedMediaConfig or serviceHostedMediaConfig The media configuration. Required.
mediaState callMediaState Read-only. The call media state.
meetingInfo organizerMeetingInfo, tokenMeetingInfo, or joinMeetingIdMeetingInfo The meeting information. Required information for meeting scenarios.
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.
transcription callTranscriptionInfo The transcription information for the call. Read-only.

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. Inherited from entity.

identitySet

Property Type Description
application identity Optional. The application associated with this action.
device identity Optional. The device associated with this action.
user identity Optional. The user associated with this action.

incomingCallOptions

Property Type Description
hideBotAfterEscalation Boolean Indicates whether to hide the app after the call is escalated. Inherited from callOptions.
isContentSharingNotificationEnabled Boolean 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