RtkNotifications
A component which handles notifications.
You can configure which notifications you want to see and which ones you want to hear. There are also certain limits which you can set as well.
<RtkNotifications
meeting={meeting}
config={{
config: {
notifications: {
participant_left: false,
},
notification_sounds: {
participant_left: false,
},
participant_joined_sound_notification_limit: 10,
participant_chat_message_sound_notification_limit: 10,
},
}}
/>
Props
config
iconPack
meeting
Meeting object
size
Size
Type
"lg" | "md" | "sm" | "xl"
states
States object
Type
States