Skip to content

Commit a3c970c

Browse files
Update room-concept.md
Removed public preview callouts for PSTN dialout
1 parent 5d4cbbf commit a3c970c

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

articles/communication-services/concepts/rooms/room-concept.md

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -69,26 +69,24 @@ At a high level, to conduct calls in a Virtual Rooms you need to create and mana
6969
| Get list of users invited to join a Virtual Room | ✔️ |||
7070
| A user initiates a Virtual Rooms call or joins an in-progress call || ✔️ ||
7171
| Dial-out to a PSTN user || ✔️ | ✔️ |
72-
| Add/Remove VoIP participants to an in-progress call || ✔️ | ✔️* |
73-
| Get list of participants who joined the in-progress call || ✔️ | ✔️* |
72+
| Add/Remove VoIP participants to an in-progress call || ✔️ | ✔️ |
73+
| Get list of participants who joined the in-progress call || ✔️ | ✔️ |
7474
| Start/Stop call captions and change captions language || ✔️ ||
7575
| Manage call recording ||| ✔️ |
76-
| Send/Receive DTMF to/from PSTN participants ||| ✔️* |
77-
| Play audio prompts to participants ||| ✔️* |
76+
| Send/Receive DTMF to/from PSTN participants ||| ✔️ |
77+
| Play audio prompts to participants ||| ✔️ |
7878

7979
[Calling client SDK](../voice-video-calling/calling-sdk-features.md#detailed-capabilities) provides the full list of client-side in-call operations and explains how to use them.
8080

81-
\* Currently in [public preview](https://azure.microsoft.com/support/legal/preview-supplemental-terms/).
82-
8381
## Managing Virtual Rooms calls from the server-side using Call Automation Server SDK
8482

8583
Call Automation SDK empowers developers to manage Virtual Rooms calls from the server-side and execute in-call operations. Call Automation capabilities are being progressively enabled in Virtual Rooms calls. The following table shows the current status of these capabilities. Developers manage and control Call Automation capabilities from the server-side, which operate at a higher level than a call participant's privileges. So Call Automation capabilities aren't controlled through user roles and permissions.
8684

8785
| Call Automation capability | Supported in Rooms call |
8886
| ------ | :------: |
8987
| Dial-out to PSTN participant | ✔️ |
90-
| Send/Read DTMF to/from PSTN participant * | ✔️ |
91-
| Send announcements to specific call participants * | ✔️ |
88+
| Send/Read DTMF to/from PSTN participant | ✔️ |
89+
| Send announcements to specific call participants | ✔️ |
9290
| Add/Remove a VoIP participant from an ongoing call | ✔️ |
9391
| End call for all users | ✔️ |
9492
| Call transcriptions ||

0 commit comments

Comments
 (0)