Call Recording - Pause Recording
Pause recording the call.
POST {endpoint}/calling/recordings/{recordingId}:pause?api-version=2024-09-15
URI Parameters
Name | In | Required | Type | Description |
---|---|---|---|---|
endpoint
|
path | True |
string (url) |
The endpoint of the Azure Communication resource. |
recording
|
path | True |
string |
The recording id. |
api-version
|
query | True |
string |
Version of API to invoke. |
Request Header
Name | Required | Type | Description |
---|---|---|---|
Authorization | True |
string |
An Azure Communication Services user access token. |
Responses
Name | Type | Description |
---|---|---|
202 Accepted |
The service has accepted the pause request and will begin processing it. |
|
Other Status Codes |
Communication |
Error |
Security
Authorization
An Azure Communication Services user access token.
Type:
apiKey
In:
header
Examples
CallRecording_PauseRecording
Sample request
POST https://contoso.communications.azure.com/calling/recordings/eyJQbGF0Zm9ybUVuZHBvaW50SWQiOiI4YjlkYmFkMS0xOGFiLTRmODYtYWQ0Yy1jNzVmODA5ODA3NmUiLCJSZXNvdXJjZVNwZWNpZmljSWQiOiI4YjlkYmFkMS0xOGFiLTRmODYtYWQ0Yy1jNzVmODA5ODA3NmUifQ==:pause?api-version=2024-09-15