Skip to content

Commit f72d367

Browse files
committed
Updates ACS Rooms Concept For PSTN Dial-Out GA Release
1 parent 3e6408d commit f72d367

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

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

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Here are the main scenarios where rooms are useful:
2020
- **Rooms enable scheduled communication experience.** Rooms help service platforms deliver meeting-style experiences while still being suitably generic for a wide variety of industry applications. Services can schedule and manage rooms for patients seeking medical advice, financial planners working with clients, and lawyers providing legal services.
2121
- **Rooms enable an invite-only experience.** Rooms allow your services to control which users can join the room for a virtual appointment with doctors or financial consultants. This will allow only a subset of users with assigned Communication Services identities to join a room call.
2222
- **Rooms enable structured communications through roles and permissions.** Rooms allow developers to assign predefined roles to users to exercise a higher degree of control and structure in communication. Ensure only presenters can speak and share content in a large meeting or in a virtual conference.
23-
- **Add PSTN participants. (Currently in [public preview](https://azure.microsoft.com/support/legal/preview-supplemental-terms/))** Invite public switched telephone network (PSTN) participants to a call using a number purchased through your subscription or via Azure direct routing to your Session Border Controller (SBC).
23+
- **Add PSTN participants.** Invite public switched telephone network (PSTN) participants to a call using a number purchased through your subscription or via Azure direct routing to your Session Border Controller (SBC).
2424

2525
## When to use rooms
2626

@@ -36,7 +36,7 @@ Use rooms when you need any of the following capabilities:
3636
| Interactive participants | 350 | 350 | 350 |
3737
| Ephemeral ID to distribute to participants || ✔️ <br>(Group ID)</br> | ✔️ <br>(Room ID)</br> |
3838
| Invitee only participation ||| ✔️ |
39-
| Ability to dial-out to PSTN user | ✔️ | ✔️ | ✔️ <br>public preview</br> |
39+
| Ability to dial-out to PSTN user | ✔️ | ✔️ | ✔️ |
4040
| Call captions | ✔️ <br>private preview</br>| ✔️ <br>private preview</br>| ✔️ <br>private preview</br> |
4141
| Call recording | ✔️ | ✔️ | ✔️ <br>public preview</br>|
4242
| All users in communication service resource to join a call || ✔️ | ✔️ |
@@ -75,10 +75,11 @@ Rooms are created and managed via rooms APIs or SDKs. Use the rooms API/SDKs in
7575
- Assign roles and permissions to users. Details below.
7676

7777
|Virtual Rooms SDK | Version | State|
78-
|-------------------| :-----------------------: | :-----------------------------: |
78+
|-------------------| :------------------------------: | :-----------------------------: |
79+
| Virtual Rooms SDKs | 2024-04-15 | Generally Available - Fully supported |
7980
| Virtual Rooms SDKs | 2023-06-14 | Generally Available - Fully supported |
80-
| Virtual Rooms SDKs | 2023-10-30 | Public Preview - Fully supported |
81-
| Virtual Rooms SDKs | 2023-03-31 | Will be retired on April 30, 2024 |
81+
| Virtual Rooms SDKs | 2023-10-30-preview | Public Preview - Fully supported |
82+
| Virtual Rooms SDKs | 2023-03-31-preview | Will be retired on April 30, 2024 |
8283
| Virtual Rooms SDKs | 2022-02-01 | Will be retired on April 30, 2024 |
8384
| Virtual Rooms SDKs | 2021-04-07 | Will be retired on April 30, 2024 |
8485

@@ -132,12 +133,10 @@ The tables below provide detailed capabilities mapped to the roles. At a high le
132133
| - Set/Update video scaling mode | ✔️ | ✔️ | ✔️ <br>(Only Remote)</br> |
133134
| - Render remote video stream | ✔️ | ✔️ | ✔️ |
134135
| **Add PSTN participants** **| | |
135-
| - Call participants using phone calls | ✔️** |||
136+
| - Call participants using phone calls | ✔️ |||
136137

137138
\* Only available on the web calling SDK. Not available on iOS and Android calling SDKs
138139

139-
** Currently in [public preview](https://azure.microsoft.com/support/legal/preview-supplemental-terms/).
140-
141140
## Event handling
142141

143142
[Voice and video calling events](../../../event-grid/communication-services-voice-video-events.md) published via [Event Grid](../../../event-grid/event-schema-communication-services.md) are annotated with room call information.

0 commit comments

Comments
 (0)