Call Connection - Get Participant
Vraag een deelnemer aan een oproep.
GET {endpoint}/calling/callConnections/{callConnectionId}/participants/{participantRawId}?api-version=2024-09-15
URI-parameters
Name | In | Vereist | Type | Description |
---|---|---|---|---|
call
|
path | True |
string |
De oproepverbindings-id |
endpoint
|
path | True |
string url |
Het eindpunt van de Azure Communication-resource. |
participant
|
path | True |
string |
Onbewerkte id van de deelnemer die moet worden opgehaald. |
api-version
|
query | True |
string |
De versie van de API die moet worden aangeroepen. |
Aanvraagkoptekst
Name | Vereist | Type | Description |
---|---|---|---|
Authorization | True |
string |
Een Azure Communication Services-toegangstoken voor gebruikers. |
Antwoorden
Name | Type | Description |
---|---|---|
200 OK |
Retourneert de details van de aangevraagde deelnemer. |
|
Other Status Codes |
Communication |
Fout |
Beveiliging
Authorization
Een Azure Communication Services-toegangstoken voor gebruikers.
Type:
apiKey
In:
header
Voorbeelden
CallConnection_GetParticipant
Voorbeeldaanvraag
GET https://contoso.communications.azure.com/calling/callConnections/18dea47f-b081-4107-9a5c-4300819d2c6c/participants/8:acs:b9614373-fd0b-480c-8fd2-cb58b70eab9f_da7be3a9-8788-42a6-85c6-56b2cf784fce?api-version=2024-09-15
Voorbeeldrespons
{
"identifier": {
"kind": "communicationUser",
"communicationUser": {
"id": "8:acs:b9614373-fd0b-480c-8fd2-cb58b70eab9f_da7be3a9-8788-42a6-85c6-56b2cf784fce"
}
},
"isMuted": false
}
Definities
CallParticipant
Een gespreksdeelnemer.
Name | Type | Description |
---|---|---|
identifier |
Communication |
|
isMuted |
boolean |
Is deelnemer gedempt |
isOnHold |
boolean |
Is deelnemer in de wachtstand. |