Show / Hide Table of Contents

Calls.InitiateGroupCalls.All

Graph Methods

Type: A = Application Permission, D = Delegate Permission

Ver Type Method
V1 A DELETE /app/calls/{id}/audioRoutingGroups/{id}
V1 A DELETE /communications/calls/{id}/audioRoutingGroups/{id}
V1 A GET /app/calls/{id}/audioRoutingGroups/{id}
V1 A GET /communications/calls/{id}/audioRoutingGroups/{id}
V1 A PATCH /app/calls/{id}/audioRoutingGroups/{id}
V1 A PATCH /communications/calls/{id}/audioRoutingGroups/{id}
V1 A POST /app/calls/{id}/audioRoutingGroups
V1 A POST /app/calls/{id}/participants/configureMixer
V1 A POST /app/calls/{id}/participants/invite
V1 A POST /communications/calls/{id}/audioRoutingGroups
V1 A POST /communications/calls/{id}/participants/configureMixer
V1 A POST /communications/calls/{id}/participants/invite

Application Permission

Id
Display String
Description

Resources

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.

chatInfo

Property Type Description
messageId String The unique identifier for 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.

commsOperation

Property Type Description
clientContext String Unique Client Context string. Max limit is 256 chars.
id String The operation ID. Read-only.
resultInfo resultInfo The result information. Read-only.
status String Possible values are: notStarted, running, completed, failed. Read-only.

invitationParticipantInfo

Property Type Description
hidden Boolean Optional. Whether to hide the participant from the roster.
identity identitySet The identitySet associated with this invitation.
participantId String Optional. The ID of the target participant.
removeFromDefaultAudioRoutingGroup Boolean Optional. Whether to remove them from the main mixer.
replacesCallId String Optional. The call which the target identity is currently a part of. For peer-to-peer case, the call will be dropped once the participant is added successfully.

inviteParticipantsOperation

Property Type Description
clientContext String The client context.
id String The server operation id. Read-only.
participants invitationParticipantInfo collection The participants to invite.
resultInfo resultInfo The result information. Read-only.
status String Possible values are: notStarted, running, completed, failed. Read-only.

participantMixerLevel

Property Type Description
ducking audioDuckingConfiguration Configuration of ducking (phasing in and out) of other sources for this partipant custom mix.
exclusiveMode boolean Whether sources without explicit source level should be removed from the mix.
participant String The participant for whom the mixer is being configured.
sourceLevels audioSourceLevel collection Level configuration for other sources.
In This Article
Back to top Created by merill | Submit feedback