| プロパティ | 型 | 必須 | デフォルト | 説明 |
|---|---|---|---|---|
config |
UIConfig1 |
❌ | createDefaultConfig() |
設定 |
hideHeader |
boolean |
✅ | - | 視聴者数ヘッダーを非表示にします |
iconPack |
IconPack1 |
❌ | defaultIconPack |
アイコンパック |
meeting |
Meeting |
✅ | - | Meeting オブジェクト |
search |
string |
✅ | - | 検索 |
size |
Size1 |
✅ | - | サイズ |
t |
RtkI18n1 |
❌ | useLanguage() |
言語 |
view |
ParticipantsViewMode |
✅ | - | 参加者リストの表示モード |
<!-- component.html -->
<rtk-participants-viewer-list></rtk-participants-viewer-list><!-- component.html -->
<rtk-participants-viewer-list
[hideHeader]="true"
[meeting]="meeting"
search="example">
</rtk-participants-viewer-list>