オーディオデバイスとオーディオ設定を管理するコンポーネントです。
通知音をミュートするためのデータを含む rtkStateUpdate イベントを発行します。
{
prefs: {
muteNotificationSounds: boolean
}
}| プロパティ | 型 | 必須 | デフォルト | 説明 |
|---|---|---|---|---|
iconPack |
IconPack |
❌ | defaultIconPack |
アイコンパック |
meeting |
Meeting |
✅ | - | Meeting オブジェクト |
size |
Size |
✅ | - | サイズ |
states |
States |
✅ | - | States オブジェクト |
t |
RtkI18n |
❌ | useLanguage() |
言語 |
variant |
'full' | 'inline' |
✅ | - | バリアント |
<!-- component.html -->
<rtk-speaker-selector></rtk-speaker-selector><!-- component.html -->
<rtk-speaker-selector
[meeting]="meeting"
size="md"
[variant]="'full' | 'inline'">
</rtk-speaker-selector>