Skip to content

Commit 91a724d

Browse files
authored
Update audio-streaming-quickstart-csharp.md
add additional headers
1 parent e39edf3 commit 91a724d

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,9 @@ private async Task StartReceivingFromAcsMediaWebSocket(Websocket websocket) {
114114

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

117+
### Additional Headers
118+
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.
119+
117120
``` json
118121
{
119122
"kind": "AudioMetadata",

0 commit comments

Comments
 (0)