Skip to content

Commit 9182170

Browse files
Merge pull request #223194 from jsaurezlee-msft/master
Update Call Transcription
2 parents 64407dd + 1a9c42c commit 9182170

File tree

3 files changed

+3
-7
lines changed

3 files changed

+3
-7
lines changed

articles/communication-services/how-tos/calling-sdk/call-transcription.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ zone_pivot_groups: acs-plat-ios-android
1616

1717
# Display call transcription state on the client
1818

19-
[!INCLUDE [Public Preview Disclaimer](../../includes/public-preview-include-document.md)]
19+
> [!NOTE]
20+
> Call transcription state is only available from Teams meetings. Currently there's no support for call transcription state for ACS to ACS calls.
2021
2122
When using call transcription you may want to let your users know that a call is being transcribe. Here's how.
2223

@@ -38,4 +39,4 @@ When using call transcription you may want to let your users know that a call is
3839
## Next steps
3940
- [Learn how to manage video](./manage-video.md)
4041
- [Learn how to manage calls](./manage-calls.md)
41-
- [Learn how to record calls](./record-calls.md)
42+
- [Learn how to record calls](./record-calls.md)

articles/communication-services/how-tos/calling-sdk/includes/call-transcription/call-transcription-android.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@ ms.author: rifox
1010
> [!WARNING]
1111
> Up until version 1.1.0 and beta release version 1.1.0-beta.1 of the Azure Communication Services Calling Android SDK has the `isTranscriptionActive` and `addOnIsTranscriptionActiveChangedListener` are part of the `Call` object. For new beta releases, those APIs have been moved as an extended feature of `Call` just like described below.
1212
13-
> [!NOTE]
14-
> This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment. To use this api please use 'beta' release of Azure Communication Services Calling Android SDK
15-
1613
Call transcription is an extended feature of the core `Call` object. You first need to obtain the transcription feature object:
1714

1815
```java

articles/communication-services/how-tos/calling-sdk/includes/call-transcription/call-transcription-ios.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ ms.author: rifox
99

1010
> [!WARNING]
1111
> Up until version 1.1.0 and beta release version 1.1.0-beta.1 of the Azure Communication Services Calling iOS SDK has the `isTranscriptionActive` as part of the `Call` object and `didChangeTranscriptionState` is part of `CallDelegate` delegate. For new beta releases, those APIs have been moved as an extended feature of `Call` just like described below.
12-
> [!NOTE]
13-
> This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment. To use this api please use 'beta' release of Azure Communication Services Calling iOS SDK
1412
1513
Call transcription is an extended feature of the core `Call` object. You first need to obtain the transcription feature object:
1614

0 commit comments

Comments
 (0)