Call Media - Unhold
Détachez les participants de l’appel à l’aide de l’identificateur.
POST {endpoint}/calling/callConnections/{callConnectionId}:unhold?api-version=2024-09-15
Paramètres URI
Nom | Dans | Obligatoire | Type | Description |
---|---|---|---|---|
call
|
path | True |
string |
ID de connexion d’appel. |
endpoint
|
path | True |
string url |
Point de terminaison de la ressource Azure Communication. |
api-version
|
query | True |
string |
Version de l’API à appeler. |
En-tête de la demande
Nom | Obligatoire | Type | Description |
---|---|---|---|
Authorization | True |
string |
Jeton d’accès utilisateur Azure Communication Services. |
Corps de la demande
Nom | Obligatoire | Type | Description |
---|---|---|---|
targetParticipant | True |
Communication |
|
operationContext |
string |
Utilisé par les clients lors de l’appel d’actions intermédiaires pour mettre en corrélation la demande à l’événement de réponse. |
Réponses
Nom | Type | Description |
---|---|---|
200 OK |
Retourne la réponse de participant non détenue |
|
Other Status Codes |
Communication |
Erreur |
Sécurité
Authorization
Jeton d’accès utilisateur Azure Communication Services.
Type:
apiKey
Dans:
header
Exemples
CallMedia_Unhold
Exemple de requête
POST https://contoso.communications.azure.com/calling/callConnections/18dea47f-b081-4107-9a5c-4300819d2c6c:unhold?api-version=2024-09-15
{
"targetParticipant": {
"kind": "communicationUser",
"communicationUser": {
"id": "8:acs:b9614373-fd0b-480c-8fd2-cb58b70eab9f_0f50d091-5bd3-448b-884d-44be7037d9b9"
}
}
}
Exemple de réponse
Définitions
UnholdRequest
Charge utile de la demande de conservation du participant à partir de l’appel.
Nom | Type | Description |
---|---|---|
operationContext |
string |
Utilisé par les clients lors de l’appel d’actions intermédiaires pour mettre en corrélation la demande à l’événement de réponse. |
targetParticipant |
Communication |