Skip to content

rtk-chat

Last updated View as MarkdownAgent setup

Fully featured chat component with image & file upload, emoji picker and auto-scroll.

Properties

Property Type Required Default Description
config UIConfig1 ❌ createDefaultConfig() Config
iconPack IconPack ❌ defaultIconPack Icon pack
meeting Meeting ✅ - Meeting object
overrides Overrides ❌ defaultOverrides UI Overrides
size Size ✅ - Size
t RtkI18n ❌ useLanguage() Language

Usage Examples

Basic Usage

<!-- component.html -->
<rtk-chat></rtk-chat>

With Properties

<!-- component.html -->
<rtk-chat
 [meeting]="meeting"
 size="md">
</rtk-chat>

Was this helpful?