Skip to content

rtk-settings

Last updated View as MarkdownAgent setup

A settings component to see and change your audio/video devices as well as see your connection quality.

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-settings></rtk-settings>

With Properties

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

Was this helpful?