You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/communication-services/concepts/rooms/room-concept.md
+8-9Lines changed: 8 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ Here are the main scenarios where rooms are useful:
20
20
-**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.
21
21
-**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.
22
22
-**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).
24
24
25
25
## When to use rooms
26
26
@@ -36,7 +36,7 @@ Use rooms when you need any of the following capabilities:
36
36
| Interactive participants | 350 | 350 | 350 |
37
37
| Ephemeral ID to distribute to participants | ❌ | ✔️ <br>(Group ID)</br> | ✔️ <br>(Room ID)</br> |
38
38
| Invitee only participation | ❌ | ❌ | ✔️ |
39
-
| Ability to dial-out to PSTN user | ✔️ | ✔️ | ✔️ <br>public preview</br> |
39
+
| Ability to dial-out to PSTN user | ✔️ | ✔️ | ✔️ |
\* Only available on the web calling SDK. Not available on iOS and Android calling SDKs
138
139
139
-
** Currently in [public preview](https://azure.microsoft.com/support/legal/preview-supplemental-terms/).
140
-
141
140
## Event handling
142
141
143
142
[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