File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
articles/communication-services/concepts Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -50,6 +50,8 @@ The following features are currently available in the Azure Communication Servic
50
50
| | Stop continuous DTMF recognition | ✔️ | ✔️ | ✔️ | ✔️ |
51
51
| | Send DTMF | ✔️ | ✔️ | ✔️ | ✔️ |
52
52
| | Mute participant | ✔️ | ✔️ | ✔️ | ✔️ |
53
+ | | Hold participant | ✔️ | ✔️ | ✔️ | ✔️ |
54
+ | | Unhold participant | ✔️ | ✔️ | ✔️ | ✔️ |
53
55
| | Start/Stop audio streaming (public preview) | ✔️ | ✔️ | ✔️ | ✔️ |
54
56
| | Start/Stop real-time transcription (public preview)| ✔️ | ✔️ | ✔️ | ✔️ |
55
57
| | Remove one or more endpoints from an existing call| ✔️ | ✔️ | ✔️ | ✔️ |
Original file line number Diff line number Diff line change @@ -89,8 +89,8 @@ Call Automation SDK empowers developers to manage Virtual Rooms calls from the s
89
89
| Send announcements to specific call participants | ✔️ |
90
90
| Add/Remove a VoIP participant from an ongoing call | ✔️ |
91
91
| End call for all users | ✔️ |
92
- | Call transcriptions | ❌ |
93
- | Audio media streaming | ❌ |
92
+ | Call transcriptions* | ✔️ |
93
+ | Audio media streaming* | ✔️ |
94
94
95
95
\* Currently in [ public preview] ( https://azure.microsoft.com/support/legal/preview-supplemental-terms/ ) .
96
96
You can’t perform that action at this time.
0 commit comments