Skip to content

Commit 274fcb3

Browse files
authored
Update real-time-transcription-csharp.md
1 parent 7cf0d91 commit 274fcb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ await callMedia.StartTranscriptionAsync(options);
6868
```
6969

7070
### Additional Headers:
71-
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`.
71+
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`.
7272

7373
## Receiving Transcription Stream
7474
When transcription starts, your websocket receives the transcription metadata payload as the first packet.

0 commit comments

Comments
 (0)