Call Media - Stop Continuous Dtmf Recognition
Stop continue Dtmf-herkenning door u af te melden voor tonen.
POST {endpoint}/calling/callConnections/{callConnectionId}:stopContinuousDtmfRecognition?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. |
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. |
Aanvraagbody
Name | Vereist | Type | Description |
---|---|---|---|
targetParticipant | True |
Communication |
|
operationCallbackUri |
string |
Stel een callback-URI in waarmee de standaard callback-URI wordt overschreven die is ingesteld door CreateCall/AnswerCall voor deze bewerking. Deze instelling is per actie. Als dit niet is ingesteld, wordt de standaard callback-URI die is ingesteld door CreateCall/AnswerCall gebruikt. |
|
operationContext |
string |
De waarde om de context van de bewerking te identificeren. |
Antwoorden
Name | Type | Description |
---|---|---|
200 OK |
De service heeft continue dtmf-herkenning gestopt. Als continue dtmf-herkenning eerder is gestart, ontvangt u de gebeurtenis ContinuousDtmfRecognitionStopped op uw opgegeven callback-URI. |
|
Other Status Codes |
Communication |
Fout |
Beveiliging
Authorization
Een Azure Communication Services-toegangstoken voor gebruikers.
Type:
apiKey
In:
header
Voorbeelden
CallMedia_StopContinuousDtmfRecognition
Voorbeeldaanvraag
POST https://contoso.communications.azure.com/calling/callConnections/18dea47f-b081-4107-9a5c-4300819d2c6c:stopContinuousDtmfRecognition?api-version=2024-09-15
{
"targetParticipant": {
"kind": "communicationUser",
"communicationUser": {
"id": "8:acs:b9614373-fd0b-480c-8fd2-cb58b70eab9f_da7be3a9-8788-42a6-85c6-56b2cf784fce"
}
},
"operationCallbackUri": "https://app.contoso.com/callback"
}
Voorbeeldrespons
Definities
ContinuousDtmfRecognitionRequest
Name | Type | Description |
---|---|---|
operationCallbackUri |
string |
Stel een callback-URI in waarmee de standaard callback-URI wordt overschreven die is ingesteld door CreateCall/AnswerCall voor deze bewerking. Deze instelling is per actie. Als dit niet is ingesteld, wordt de standaard callback-URI die is ingesteld door CreateCall/AnswerCall gebruikt. |
operationContext |
string |
De waarde om de context van de bewerking te identificeren. |
targetParticipant |
Communication |