Show / Hide Table of Contents

Calls.InitiateGroupCall.All

Allows the app to place outbound calls to multiple users and add participants to meetings in your organization, without a signed-in user.

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 /communications/calls/{id}/addLargeGalleryView

Application Permission

Id 4c277553-8a09-487b-8023-29ee378d8324
Display String Initiate outgoing group calls from the app
Description Allows the app to place outbound calls to multiple users and add participants to meetings in your organization, without a signed-in user.

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.

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.

contentSharingSession

Property Type Description
id String Unique identifier for the content sharing session. Read-only.
In This Article
Back to top Created by merill | Submit feedback