-
Notifications
You must be signed in to change notification settings - Fork 71
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update storybook concept pages to match their corresponding conceptua…
…l docs (#5613) * update storybook * Update terminology from "hard mute" to "disable" * Update ACS to Azure Communication Services * Fix typo in 'Rooms' table entry
- Loading branch information
1 parent
9ab59fc
commit dd51f0f
Showing
8 changed files
with
216 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
26 changes: 26 additions & 0 deletions
26
packages/storybook8/stories/Concepts/InCallNotifications/Docs.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
import { Meta } from '@storybook/addon-docs'; | ||
|
||
<Meta title="Concepts/In Call Notifications" /> | ||
|
||
# In Call Notifications | ||
|
||
Azure Communication Services UI Library is adding support for improved notifications | ||
|
||
In call notifications are essential for providing users with timely and relevant information about their calling experience. | ||
Whether it is an error message, a mute status, or a network quality indicator, notifications can help users troubleshoot issues and improve their communication. | ||
The new feature of ACS UI Library simplifies the display and management of multiple notifications in a consistent and user-friendly way. | ||
The in-call notification feature introduces a streamlined UI experience for displaying errors and notifications in the calling environment. | ||
|
||
## Incorporating In Call Notifications into your Experience | ||
|
||
The UI Library enables users to enhance their video conferencing experiences by providing improved notifications by default within the CallComposite and CallWithChat experiences. | ||
|
||
There are also two Components that have been exposed for this feature: | ||
|
||
[Notification](./?path=/docs/components-notification--doc) | ||
|
||
Notification is a container that shows a notification in a bar format with an icon, title, message, and button. The icon and title are necessary while a message and button are optional. See the example below: | ||
|
||
[NotificationStack](./?path=/docs/components-notificationstack--doc) | ||
|
||
NotificationStack is a wrapper on the Notification component with additional features for surfacing Azure Communication Services notifications on the UI consistently. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
import { Meta } from '@storybook/addon-docs'; | ||
|
||
<Meta title="Concepts/Raise Hands" /> | ||
|
||
# Raise Hands | ||
|
||
Azure Communication Services UI Library is adding support for Raised Hands. | ||
|
||
With this new feature, users can now raise and lower their hand during a meeting or call. The user can also see the raised hands of other users to know if someone else is looking to speak. Raised hands are displayed prominently in the video gallery but can also be seen on the participant list to be informed of everyone raising their hands on a call. Enabling this feature will enable greater productivity and allow for a better flow of discussions and conversations within calls. Here are some example scenarios where raised hands are useful: | ||
|
||
During a meeting with many participants, the raised hands feature can help the host to manage the conversation and ensure that everyone has a chance to speak. Participants can raise their hands to indicate that they would like to speak, and the host can call on them in order. | ||
|
||
In a call setting, the raised hands feature can be used to signal that an action has been completed by the members of a call. For example, participants can raise their hands to signal that they have completed reading a document that has been shared. This lets the host know they can move on with the meeting. | ||
|
||
## Incorporating Raise Hands into your Experience | ||
|
||
The UI Library enables users to enhance their video conferencing experiences by providing the raised hands feature by default within the CallComposite and CallWithChat experiences. |
Oops, something went wrong.