Skip to content

Commit 32359b7

Browse files
authored
Update real-time-transcription-java.md
add additional headers
1 parent 274fcb3 commit 32359b7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

articles/communication-services/how-tos/call-automation/includes/real-time-transcription-java.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,9 @@ client.getCallConnection(callConnectionId)
7979
// .startTranscription();
8080
```
8181

82+
### Additional Headers:
83+
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`.
84+
8285
## Receiving Transcription Stream
8386
When transcription starts, your websocket receives the transcription metadata payload as the first packet.
8487

0 commit comments

Comments
 (0)