Skip to content

Commit b0991bf

Browse files
Merge pull request #215711 from radubulboaca/master
add rooms call definition (plus Acrolynx fixes)
2 parents 5bb596c + 515de02 commit b0991bf

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

articles/communication-services/concepts/voice-video-calling/about-call-types.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ When a user of your application calls another user of your application over an i
2626

2727
### Public switched telephone network (PSTN)
2828

29-
Any time your users interact with a traditional telephone number, calls are facilitated by PSTN (Public Switched Telephone Network) voice calling. To make and receive PSTN calls, you need to add telephony capabilities to your Azure Communication Services resource. In this case, signaling and media use a combination of IP-based and PSTN-based technologies to connect your users.
29+
Anytime your users interact with a traditional telephone number, calls are facilitated by PSTN (Public Switched Telephone Network) voice calling. To make and receive PSTN calls, you need to add telephony capabilities to your Azure Communication Services resource. In this case, signaling and media use a combination of IP-based and PSTN-based technologies to connect your users.
3030

3131
### One-to-one call
3232

@@ -36,11 +36,15 @@ A one-to-one call on Azure Communication Services happens when one of your users
3636

3737
A group call on Azure Communication Services happens when three or more participants connect to one another. Any combination of VoIP and PSTN-connected users can be present on a group call. A one-to-one call can be converted into a group call by adding more participants to the call. One of those participants can be a bot.
3838

39+
### Rooms call
40+
41+
A call that takes place within the context of a Room. A Room is a container that manages activity between Azure Communication Services end-users. A Room offers application developers better control over *who* can join a call, *when* they meet and *how* they collaborate. To learn more about Rooms, see the [conceptual documentation](../rooms/room-concept.md).
42+
3943
### Supported video standards
4044
We support H.264 (MPEG-4).
4145

4246
### Video quality
43-
We support up to Full HD 1080p on the native (iOS, Android) SDKs. For Web (JS) SDK we support Standard HD 720p. The quality depends on the available bandwidth.
47+
We support up to Full HD 1080p on the native (iOS, Android) SDKs. For Web (JS) SDK, we support Standard HD 720p. The quality depends on the available bandwidth.
4448

4549
## Next steps
4650

0 commit comments

Comments
 (0)