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