Skip to content

Commit d89fddb

Browse files
authored
Update real-time-transcription-js.md
add additional header support
1 parent 32359b7 commit d89fddb

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,9 @@ await callMedia.startTranscription(startTranscriptionOptions);
7979
// await callMedia.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)