Call Connection - Get Participant
Hämta deltagare från ett samtal.
GET {endpoint}/calling/callConnections/{callConnectionId}/participants/{participantRawId}?api-version=2024-09-15
URI-parametrar
Name | I | Obligatorisk | Typ | Description |
---|---|---|---|---|
call
|
path | True |
string |
Samtalsanslutnings-ID |
endpoint
|
path | True |
string url |
Slutpunkten för Azure Communication-resursen. |
participant
|
path | True |
string |
Raw-ID för deltagaren som ska hämtas. |
api-version
|
query | True |
string |
Version av API som ska anropas. |
Begärandehuvud
Name | Obligatorisk | Typ | Description |
---|---|---|---|
Authorization | True |
string |
En användaråtkomsttoken för Azure Communication Services. |
Svar
Name | Typ | Description |
---|---|---|
200 OK |
Returnerar information om den begärda deltagaren. |
|
Other Status Codes |
Communication |
Fel |
Säkerhet
Authorization
En användaråtkomsttoken för Azure Communication Services.
Typ:
apiKey
I:
header
Exempel
CallConnection_GetParticipant
Exempelbegäran
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
Exempelsvar
{
"identifier": {
"kind": "communicationUser",
"communicationUser": {
"id": "8:acs:b9614373-fd0b-480c-8fd2-cb58b70eab9f_da7be3a9-8788-42a6-85c6-56b2cf784fce"
}
},
"isMuted": false
}
Definitioner
CallParticipant
En samtalsdeltagare.
Name | Typ | Description |
---|---|---|
identifier |
Communication |
|
isMuted |
boolean |
Är deltagaren avstängd |
isOnHold |
boolean |
Är deltagare på is. |