Skip to content

rtk-meeting-title

Last updated View as MarkdownAgent setup

Displays the title of the meeting.

Properties

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

Usage Examples

Basic Usage

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

With Properties

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

Was this helpful?