Skip to content

Commit 5d4cbbf

Browse files
Update room-concept.md to reflect that CA PSTN dialout is now in GA
Adding one line note that PSTN participant doesn't carry a user role and removing the public preview labels
1 parent cd3a6b6 commit 5d4cbbf

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

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

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,16 +26,14 @@ Virtual Rooms empower developers with essential security and control capabilitie
2626
| Voice (VoIP) | ✔️ |
2727
| Video | ✔️ |
2828
| Client initiated dial-out to a PSTN number | ✔️ |
29-
| Server initiated dial-out to a PSTN number** | ✔️ |
29+
| Server initiated dial-out to a PSTN number | ✔️ |
3030
| Server-side call management (Call Automation)* | ✔️ |
3131
| PSTN Dial-in ||
3232
| Async Messaging (Chat) ||
3333
| Interoperability with Microsoft Teams ||
3434

3535
\* Some exceptions apply. The full list of supported [Call Automation capabilities](#how-to-conduct-calls-in-virtual-rooms) are listed in this document.
3636

37-
\*\* Currently in [public preview](https://azure.microsoft.com/support/legal/preview-supplemental-terms/).
38-
3937
## When to use Virtual Rooms
4038

4139
Following table shows when to use Virtual Rooms.
@@ -70,7 +68,7 @@ At a high level, to conduct calls in a Virtual Rooms you need to create and mana
7068
| Virtual Rooms security-controls management - Set/Update flag to allow PSTN dial-out from specific Virtual Rooms | ✔️ |||
7169
| Get list of users invited to join a Virtual Room | ✔️ |||
7270
| A user initiates a Virtual Rooms call or joins an in-progress call || ✔️ ||
73-
| Dial-out to a PSTN user || ✔️ | ✔️* |
71+
| Dial-out to a PSTN user || ✔️ | ✔️ |
7472
| Add/Remove VoIP participants to an in-progress call || ✔️ | ✔️* |
7573
| Get list of participants who joined the in-progress call || ✔️ | ✔️* |
7674
| Start/Stop call captions and change captions language || ✔️ ||
@@ -88,7 +86,7 @@ Call Automation SDK empowers developers to manage Virtual Rooms calls from the s
8886

8987
| Call Automation capability | Supported in Rooms call |
9088
| ------ | :------: |
91-
| Dial-out to PSTN participant * | ✔️ |
89+
| Dial-out to PSTN participant | ✔️ |
9290
| Send/Read DTMF to/from PSTN participant * | ✔️ |
9391
| Send announcements to specific call participants * | ✔️ |
9492
| Add/Remove a VoIP participant from an ongoing call | ✔️ |
@@ -129,7 +127,6 @@ Developers can allow/disallow the ability for call participants to dial-out to a
129127
1. A participant with Presenter role adds PSTN number into a call
130128
1. PSTN user accepts and joins a room call
131129

132-
133130
### Virtual Rooms API/SDKs
134131

135132
Rooms are created and managed via rooms APIs or SDKs. Use the rooms API/SDKs in your server application for `room` operations:
@@ -156,6 +153,8 @@ Room participants can be assigned one of the following roles: **Presenter**, **A
156153

157154
The following table provides detailed capabilities mapped to the roles. At a high level, **Presenter** role has full control, **Attendee** capabilities are limited to audio and video, while **Consumer** can only receive audio, video, and screen sharing.
158155

156+
<b>Note:</b> A PSTN call participant is not a part of Room roster, so a user role is not assigned to them. They capabilities are limited to mute/unmute themselves on the local device.
157+
159158
| Capability | Role: Presenter | Role: Attendee | Role: Consumer
160159
|---------------------------------------------| :--------: | :--------: | :--------: |
161160
| **Mid call controls** | | |

0 commit comments

Comments
 (0)