Skip to content

Commit 2a642ff

Browse files
authored
Update audio-streaming-quickstart-python.md
add additional headers
1 parent 5621bbd commit 2a642ff

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

articles/communication-services/how-tos/call-automation/includes/audio-streaming-quickstart-python.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,9 @@ async def handle_client(websocket):
111111

112112
The first packet you receive contains metadata about the stream, including audio settings such as encoding, sample rate, and other configuration details.
113113

114+
### Additional Headers
115+
The Correlation ID and Call Connection ID are now included in the WebSocket headers for improved traceability `x-ms-call-correlation-id` and `x-ms-call-connection-id`. These are sent when Azure Communication Services tries to connect to your endpoint.
116+
114117
``` json
115118
{
116119
"kind": "AudioMetadata",

0 commit comments

Comments
 (0)