- Home
- /Realtime
- /…
- /Web Components (HTML)
- /rtk-meeting
rtk-meeting
Last updated Apr 21, 2026|Copy as Markdown|View as Markdown|Agent setup OverviewPropertiesUsage ExamplesBasic UsageWith Properties
A single component which renders an entire meeting UI.
It loads your preset and renders the UI based on it.
With this component, you don't have to handle all the states,
dialogs and other smaller bits of managing the application.
<rtk-meeting></rtk-meeting>
<rtk-meeting>
</rtk-meeting>
<script>
const el = document.querySelector("rtk-meeting");
el.applyDesignSystem= true;
el.config= defaultUiConfig
</script>
Previousrtk-markdown-viewNextrtk-meeting-title