Skip to content

Commit bf63447

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

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,9 @@ public void onMessage(String message, Session session) {
9898

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

101+
### Additional Headers
102+
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.
103+
101104
``` json
102105
{
103106
"kind": "AudioMetadata",

0 commit comments

Comments
 (0)