Skip to content

Commit 5621bbd

Browse files
authored
Update audio-streaming-quickstart-js.md
add additional headers
1 parent bf63447 commit 5621bbd

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-js.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,9 @@ async function processWebsocketMessageAsync(receivedBuffer: ArrayBuffer) {
140140

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

143+
### Additional Headers
144+
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.
145+
143146
``` json
144147
{
145148
"kind": "AudioMetadata",

0 commit comments

Comments
 (0)