一个允许管理您的音频设备和音频首选项的组件。触发 rtkStateUpdate 事件并附带用于静音通知声音的数据:
{
prefs: {
muteNotificationSounds: boolean
}
}| 属性 | 类型 | 是否必填 | 默认值 | 描述 |
|---|---|---|---|---|
iconPack |
IconPack |
❌ | defaultIconPack |
图标包 |
meeting |
Meeting |
✅ | - | 会议对象 |
size |
Size |
✅ | - | 尺寸 |
t |
RtkI18n |
❌ | useLanguage() |
语言 |
variant |
'full' | 'inline' |
✅ | - | 变体 |
<!-- component.html -->
<rtk-camera-selector></rtk-camera-selector><!-- component.html -->
<rtk-camera-selector
[meeting]="meeting"
size="md"
[variant]="'full' | 'inline'">
</rtk-camera-selector>