Skip to content

rtk-debugger

Last updated View as MarkdownAgent setup

A troubleshooting component to identify and fix any issues in the meeting.

Properties

Property Type Required Default Description
iconPack IconPack defaultIconPack Icon pack
meeting Meeting - Meeting object
size Size - Size
states States - States object
t RtkI18n useLanguage() Language

Usage Examples

Basic Usage

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

With Properties

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

Was this helpful?