Web UI Kit
RealtimeKit Web UI Kit 1.1.0
Compatibility: Works best with RealtimeKit Web Core 1.2.4 or later.
Features
- Chat message operations (edit, delete, pin) are now available to all participants.
- Chat pagination with infinite scroll for improved performance in meetings with high message volume.
- Pinned messages are now displayed in a dedicated view for easy access.
- Added
overridesprop support onrtk-meetingandrtk-ui-providerfor easier UI customization. Available overrides include:disablePrivateChat- Disable private chat functionality.disableEmojiPicker- Hide emoji picker in chat component.
<RtkMeeting meeting={meeting} overrides={{ disablePrivateChat: true, disableEmojiPicker: true }} />
New components
rtk-chat-header- Header component with pinned messages and private chat selector.rtk-pinned-message-selector- Displays all pinned messages with paginated infinite scroll.rtk-chat-selector- Switch between public chat and private chats with specific participants.
Component enhancements
rtk-chat-composer-viewnow acceptsisSendingprop to display sender messages on the right and other messages on the left with different colors.rtk-chat-messages-ui-paginatednow acceptsprivateChatRecipientprop for displaying paginated private chat messages.rtk-chat-messages-ui-paginatednow emitseditMessage,deleteMessage, andpinMessageevents for message operations.rtk-menu-itemandrtk-menu-listnow acceptmenuVariantprop for different color schemes based on user actions.rtk-message-viewnow acceptsisEdited,isSelf,messageType, andpinnedprops for appropriate message rendering.- Added automatic scrolling to new messages.
Breaking changes
Removed non-operational chat channel components to streamline the SDK. rtk-chat remains fully operational.
- Removed
rtk-channel-creator. - Removed
rtk-channel-header. - Removed
rtk-channel-details. - Removed
rtk-channel-selector-ui. - Removed
rtk-channel-selector-view. rtk-chat-composer-uino longer acceptschannelIdprop.rtk-chatno longer acceptsdisablePrivateChatprop. Use preset configuration instead, or pass as override:<RtkMeeting meeting={meeting} overrides={{disablePrivateChat: true}} />
Deprecations
rtk-chat-composer-uiis deprecated due to scalability limitations and lack of pagination support.
Known limitations
- Total message count for public and private chats is not currently displayed.
RealtimeKit Web UI Kit 1.0.8
Fixes
- Fixed iOS issue where the chat compose view would zoom when typing a message.
RealtimeKit Web UI Kit 1.0.7
Fixes
- Fixed alignment issues with unread chat message count, unread polls count, and pending participant stage request count.
- Resolved issue where action toggles were incorrectly displayed in participant video preview in the settings component.
RealtimeKit Web UI Kit 1.0.6
Fixes
- Fixed an issue where
rtk-debuggerdisplayed audio and video bitrate as0. - Resolved menu visibility for the last participant when the participants list is long.
- Fixed
rtk-pollsnot rendering when props were provided after initial mount. - Improved
rtk-participant-tileaudio visualizer appearance when muted (no longer shows as a single dot). - Prevented large notifications from overflowing their container.
- Fixed a memory leak in the
mediaConnectionUpdateevent listener. - Corrected
rtk-ui-providerprop passing to children during consecutive meetings on the same page.
RealtimeKit Web UI Kit 1.0.5
Fixes
- Fixed Safari CSS issues where the
rtk-settingscomponent was not visible and the Audio Playback modal was not taking the proper height.
Enhancements
- Livestream viewer now has a seeker and DVR functionality.
RealtimeKit Web UI Kit 1.0.4
Fixes
- Fixed Angular integration issues.
Enhancements
- Added support for multiple meetings on the same page in RealtimeKit.
- Enhanced the
rtk-ui-providercomponent to serve as a parent component for sharing common props (meeting,config,iconPack) with all child components.
RealtimeKit Web UI Kit 1.0.3
Fixes
- Resolved
TypeErrorthat occurred for meetings without titles. - Implemented minor UI improvements for chat components.
Features
- Made Livestream feature available to all beta users.
RealtimeKit Web UI Kit 1.0.2
Performance
- Fixed dependency issues to enhance performance and Angular integration.
Was this helpful?
- Resources
- API
- New to Cloudflare?
- Directory
- Sponsorships
- Open Source
- Support
- Help Center
- System Status
- Compliance
- GDPR
- Company
- cloudflare.com
- Our team
- Careers
- © 2026 Cloudflare, Inc.
- Privacy Policy
- Terms of Use
- Report Security Issues
- Trademark
-