すべての参加者を一覧表示するコンポーネントです。権限に応じて、各参加者に対する特権アクションを実行できます。
| プロパティ | 型 | 必須 | デフォルト | 説明 |
|---|---|---|---|---|
config |
UIConfig |
❌ | createDefaultConfig() |
設定 |
hideHeader |
boolean |
✅ | - | ステージ参加者数のヘッダーを非表示にする |
iconPack |
IconPack |
❌ | defaultIconPack |
アイコンパック |
meeting |
Meeting |
✅ | - | Meeting オブジェクト |
search |
string |
✅ | - | 検索 |
size |
Size |
✅ | - | サイズ |
states |
States1 |
✅ | - | Meeting オブジェクト |
t |
RtkI18n |
❌ | useLanguage() |
言語 |
view |
ParticipantsViewMode |
✅ | - | 参加者リストの表示モード |
<!-- component.html -->
<rtk-participants-stage-list></rtk-participants-stage-list><!-- component.html -->
<rtk-participants-stage-list
[hideHeader]="true"
[meeting]="meeting"
search="example">
</rtk-participants-stage-list>