Skip to content

Commit f8e30a1

Browse files
Additional edits.
1 parent 9e3b913 commit f8e30a1

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

articles/communication-services/concepts/ui-library/includes/mobile-ui-library.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,17 +19,17 @@ ms.custom: kr2b-contr-experiment
1919

2020
| Composite | Use Cases |
2121
| :-------- | :-------- |
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 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. |
2323

24-
## Scenarios
24+
## Composites scenarios
2525

2626
### Joining a video/audio call
2727

2828
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.
2929

3030
### Pre-call experience
3131

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.
3333

3434
:::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.":::
3535

@@ -43,24 +43,24 @@ The calling experience provides all these capabilities in one composite componen
4343

4444
### Quality and security
4545

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).
4747

4848
### More details
4949

5050
If you need more details about mobile composites, see [use cases](../ui-library-use-cases.md).
5151

52-
## What UI Artifact is Best for my Project?
52+
## What UI artifact is best for my project?
5353

5454
These requirements help you choose the right client library:
5555

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.
5757

5858
- **What platforms are you targeting?** Different platforms have different capabilities.
5959

6060

6161
Here are some key trade-offs:
6262

63-
| Client library / SDK | Implementation Complexity | Customization Ability | Calling | [Teams interoperability](../../teams-interop.md) |
63+
| Client library / SDK | Implementation complexity | Customization ability | Calling | [Teams interoperability](../../teams-interop.md) |
6464
| :-------------------- | :-----------------------: | :-------------------: | :-----: | :----------------------------------------------: |
6565
| Composite Components | Low | Low |||
6666
| [Core client libraries](../../voice-video-calling/calling-sdk-features.md#detailed-capabilities) | High | High |||

0 commit comments

Comments
 (0)