Show / Hide Table of Contents

Calls.JoinGroupCallsasGuest.All

Graph Methods

Type: A = Application Permission, D = Delegate Permission

Ver Type Method
V1 A GET /app/calls/{id}/participants/{id}
V1 A GET /communications/calls/{id}/participants/{id}
V1 A POST /app/calls/{id}/participants/{id}/mute
V1 A POST /app/calls/{id}/participants/configureMixer
V1 A POST /app/calls/{id}/participants/muteAll
V1 A POST /communications/calls/{id}/participants/{id}/mute
V1 A POST /communications/calls/{id}/participants/{id}/startHoldMusic
V1 A POST /communications/calls/{id}/participants/{id}/stopHoldMusic
V1 A POST /communications/calls/{id}/participants/configureMixer
V1 A POST /communications/calls/{id}/participants/muteAll
V1 A PS C:> Set-CsApplicationMeetingConfiguration -AllowRemoveParticipantAppIds @{Add="app_id"}

Application Permission

Id
Display String
Description

Resources

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.

participant

Property Type Description
id String The participant ID.
info participantInfo Information about the participant.
isInLobby Boolean true if the participant is in lobby.
isMuted Boolean true if the participant is muted (client or server muted).
mediaStreams mediaStream collection The list of media streams.
metadata String A blob of data provided by the participant in the roster.
recordingInfo recordingInfo Information about whether the participant has recording capability.

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.

startHoldMusicOperation

Property Type Description
clientContext String Inherited from commsOperation. Unique client context string. Can have a maximum of 256 characters.
id String Inherited from commsOperation. The server operation ID. Read-only.
resultInfo resultInfo Inherited from commsOperation. The result information. Read-only.
status String Inherited from **c
In This Article
Back to top Created by merill | Submit feedback