Azure Communication Services
An Azure communication platform for deploying applications across devices and platforms.
895 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
eyJQbGF0Zm9ybUVuZHBvaW50SWQiOiI1YTAwODQ4MC1hZmIwLTRkOGMtOGU4MC0wNTM5MTJkYTMwODkiLCJSZXNvdXJjZVNwZWNpZmljSWQiOiI3YmVjYTlhOS04YThhLTQwNjItOTRlYy0yOTBhNjE1ZjliMTMifQ this is my recording id i am trying with the azure blob storage and without it also i am unable to get back the RecordingFileStatusUpdated
STORAGE_CONTAINER_URL="https://phoneconversations.blob.core.windows.net/conversationlog"
PythonCopy
recording_response = call_automation_client.start_recording(call_locator=ServerCallLocator(server_call_id),
recording_content_type = RecordingContent.AUDIO,
recording_channel_type = RecordingChannel.MIXED,
recording_format_type = RecordingFormat.MP3,
recording_state_callback_url = DOWNLOADING_CALL_URL,
# recording_storage=AzureBlobContainerRecordingStorage(container_url=STO