Skip to content

Commit a42cc26

Browse files
authored
Update real-time-transcription.md
add known limitations
1 parent 966fb09 commit a42cc26

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

articles/communication-services/concepts/call-automation/real-time-transcription.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,11 @@ Using the transcript generated throughout the call, you can leverage other AI to
4040
## Billing
4141
See the [Azure Communication Services pricing page](https://azure.microsoft.com/pricing/details/communication-services/?msockid=3b3359f3828f6cfe30994a9483c76d50) for information on how real-time transcription is billed. Prices can be found in the calling category under audio streaming -> unmixed audio insights streaming.
4242

43+
## Known limitations
44+
- Updating transcription with a new operationContext also fails to reflect the updated context.
45+
- When you create or answer a call with operationContext: "ABC" and enable transcription, you will receive the TranscriptionStarted event with operationContext: "ABC".
46+
- If you call the UpdateTranscription API with a new operationContext: "XYZ", you would expect the TranscriptionUpdated event to include operationContext: "XYZ". However, due to a known issue, the TranscriptionUpdated event will still return operationContext: "ABC".
47+
4348
## Next Steps
4449
- Check out our how-to guide to learn [how-to use our Real-time Transcription](../../how-tos/call-automation/real-time-transcription-tutorial.md) to users.
4550
- Learn about [usage and operational logs](../analytics/logs/call-automation-logs.md) published by call automation.

0 commit comments

Comments
 (0)