- Home
- /Realtime
- /…
- /Web Components (HTML)
- /rtk-idle-screen
rtk-idle-screen
Last updated Apr 21, 2026|Copy as Markdown|View as Markdown|Agent setup OverviewPropertiesUsage ExamplesBasic UsageWith Properties
A screen that handles the idle state,
i.e; when you are waiting for data about the meeting, specifically the meeting object.
<rtk-idle-screen></rtk-idle-screen>
<rtk-idle-screen>
</rtk-idle-screen>
<script>
const el = document.querySelector("rtk-idle-screen");
el.meeting= meeting
</script>
Previousrtk-iconNextrtk-image-message