- Home
- /Realtime
- /…
- /Web Components (HTML)
- /rtk-plugin-main
rtk-plugin-main
Last updated Jun 18, 2026|Copy as Markdown|View as Markdown|Agent setup OverviewPropertiesUsage ExamplesBasic UsageWith Properties
A component which renders a plugin's UI.
The plugin's component (an HTMLElement) is placed into this element's
light DOM and projected into the shadow DOM layout via a <slot>.
This ensures external CSS from the consuming application continues
to apply to the plugin content.
<rtk-plugin-main></rtk-plugin-main>
<rtk-plugin-main>
</rtk-plugin-main>
<script>
const el = document.querySelector("rtk-plugin-main");
el.meeting= meeting
</script>
Previousrtk-pip-toggleNextrtk-plugins