Skip to content

Commit 9ef1524

Browse files
Merge pull request #272051 from mikehang-msft/mhang/UpdateRoomsConceptPstnGA
Updated ACS Rooms Concept For PSTN Dial-Out GA Release
2 parents d65702e + 719a70a commit 9ef1524

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

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

Lines changed: 8 additions & 9 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 || ✔️ | ✔️ |
@@ -53,7 +53,7 @@ Use rooms when you need any of the following capabilities:
5353
|----------------------------------------------|--------|--------|
5454
| Join a room call with voice and video | ✔️ ||
5555
| List participants that joined the rooms call | ✔️ ||
56-
| Allow/disallow dial-out to a PSTN user at virtual Rooms level | Virtual Rooms SDK|
56+
| Allow/disallow dial-out to a PSTN user at virtual Rooms level | | ✔️ |
5757
| Create room || ✔️ |
5858
| List all participants that are invited to the room || ✔️ |
5959
| Start, pause, stop call recording | ✔️ ||
@@ -75,9 +75,10 @@ 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 |
80+
| Virtual Rooms SDKs | 2023-10-30 | Public Preview - Fully supported |
7981
| Virtual Rooms SDKs | 2023-06-14 | Generally Available - Fully supported |
80-
| Virtual Rooms SDKs | 2023-10-30 | Public Preview - Fully supported |
8182
| Virtual Rooms SDKs | 2023-03-31 | 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 |
@@ -131,13 +132,11 @@ The tables below provide detailed capabilities mapped to the roles. At a high le
131132
| - Render a video in multiple places (local camera or remote stream) | ✔️ | ✔️ | ✔️ <br>(Only Remote)</br> |
132133
| - Set/Update video scaling mode | ✔️ | ✔️ | ✔️ <br>(Only Remote)</br> |
133134
| - Render remote video stream | ✔️ | ✔️ | ✔️ |
134-
| **Add PSTN participants** **| | |
135-
| - Call participants using phone calls | ✔️** |||
135+
| **Add PSTN participants** | | |
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)