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
|[CallComposite](../../../quickstarts/ui-library/get-started-composites.md)| Calling experience that allows users to start or join a call. Inside the experience, users can configure their devices, participate in the call with video, and see other participants, including those ones with video turned on. For Teams Interop, lobby functionality in included so that users can wait to be admitted. |
22
+
|[CallComposite](../../../quickstarts/ui-library/get-started-composites.md)| Calling experience that allows users to start or join a call. Inside the experience, users can configure their devices, participate in the call with video, and see other participants, including those ones with video turned on. For Teams interoperability, `CallComposite` includes lobby functionality so that users can wait to be admitted. |
23
23
24
-
## Scenarios
24
+
## Composites scenarios
25
25
26
26
### Joining a video/audio call
27
27
28
28
Users can join a call using the *Teams meeting URL* or they can set up an Azure Communication Services Call. This approach offers a simpler experience, just like the Teams application.
29
29
30
30
### Pre-call experience
31
31
32
-
As a participant of the calls, you can provide a name and set up a default configuration for audio and video devices. Then you're ready to jump into the call.
32
+
As a participant of the call, you can provide a name and set up a default configuration for audio and video devices. Then you're ready to jump into the call.
33
33
34
34
:::image type="content" source="../../media/mobile-ui/teams-meet.png" alt-text="Screenshot shows the pre-meeting experience, a page with a message for the participant.":::
35
35
@@ -43,24 +43,24 @@ The calling experience provides all these capabilities in one composite componen
43
43
44
44
### Quality and security
45
45
46
-
Mobile Composites are initialized using [Azure Communication Services access tokens](../../../quickstarts/access-tokens.md).
46
+
Mobile composites are initialized using [Azure Communication Services access tokens](../../../quickstarts/access-tokens.md).
47
47
48
48
### More details
49
49
50
50
If you need more details about mobile composites, see [use cases](../ui-library-use-cases.md).
51
51
52
-
## What UI Artifact is Best for my Project?
52
+
## What UI artifact is best for my project?
53
53
54
54
These requirements help you choose the right client library:
55
55
56
-
-**How much customization do you desire?** Azure Communication core client libraries don't have a UX and are designed so you can build whatever UX you want. UI Library components provide UI assets at the cost of reduced customization.
56
+
-**How much customization do you desire?** Azure Communication Services core client libraries don't have a UX and are designed so you can build whatever UX you want. UI Library components provide UI assets at the cost of reduced customization.
57
57
58
58
-**What platforms are you targeting?** Different platforms have different capabilities.
0 commit comments