Skip to content

Commit e39edf3

Browse files
authored
Update real-time-transcription-python.md
add additional header support
1 parent d89fddb commit e39edf3

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,9 @@ call_connection_client.start_transcription()
7070
# call_connection_client.start_transcription(operation_context="startTranscriptionContext")
7171
```
7272

73+
### Additional Headers:
74+
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`.
75+
7376
## Receiving Transcription Stream
7477
When transcription starts, your websocket receives the transcription metadata payload as the first packet.
7578

0 commit comments

Comments
 (0)