Skip to content

Commit d329fd6

Browse files
committed
Fix review comments
1 parent fe33d0e commit d329fd6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -112,18 +112,18 @@ Consider the following constraints during the implementation of this feature:
112112
|------------- | ------------------|
113113
| :::image type="content" source="media/ui-library-remove-button.png" alt-text="Screenshot that demonstrates the remove button on the bottom bar."::: | :::image type="content" source="media/ui-library-add-action-button.png" alt-text="Screenshot that demonstrates add custom action into the contextual menu."::: |
114114

115-
#### Use Cases
115+
#### Use cases
116116

117117
- Custom In-Call Actions: A business application can add a custom "Report Issue" button, allowing users to directly report technical issues during a call.
118118
- Branding and User Experience: An enterprise app can remove buttons that are irrelevant to its use case and add branded buttons that enhance the user experience.
119119

120120
To ensure a consistent call experience, , we recommend that you integrate Fluent UI icons into your project; available at [Fluent UI GitHub repository](https://github.com/microsoft/fluentui-system-icons/). By doing so, your custom icons will match the design of the Call Composite, creating a cohesive and professional appearance.
121121

122-
#### Best Practices
122+
#### Best practices
123123

124124
- Minimalism: Avoid overcrowding the contextual menu bar. Only add buttons that are essential for the user experience.
125125
- User Testing: Conduct user testing to ensure the customizations meets user needs and don't confuse or overwhelm them.
126-
- Add a Feedback Mechanism: If adding buttons for actions like "Report Issue," ensure there's a robust backend system to handle the feedback collected, you can re use the [mechanism that UI Library provide by default](../../../tutorials/collecting-user-feedback/collecting-user-feedback.md).
126+
- Add a Feedback Mechanism: If adding buttons for actions like "Report Issue," ensure there's a robust backend system to handle the feedback collected, you can reuse the [mechanism that UI Library provides by default](../../../tutorials/collecting-user-feedback/collecting-user-feedback.md).
127127

128128
For more information, see [How to customize the button bar](../../../how-tos/ui-library-sdk/button-injection.md).
129129

0 commit comments

Comments
 (0)