Skip to content

rtk-leave-meeting

Last updated View as MarkdownAgent setup

A component which allows you to leave a meeting or end meeting for all, if you have the permission.

Properties

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

Usage Examples

Basic Usage

<!-- component.html -->
<rtk-leave-meeting></rtk-leave-meeting>

With Properties

<!-- component.html -->
<rtk-leave-meeting
 [meeting]="meeting">
</rtk-leave-meeting>

Was this helpful?