rtk-participants 内で使う参加者エントリコンポーネントです。名前、画像、メディアデバイスの状態などを表示します。権限がある場合は、参加者に特権アクションも実行できます。
| プロパティ | 型 | 必須 | デフォルト | 説明 |
|---|---|---|---|---|
config |
UIConfig1 |
❌ | createDefaultConfig() |
設定オブジェクト |
iconPack |
IconPack |
❌ | defaultIconPack |
アイコンパック |
meeting |
Meeting |
✅ | - | Meeting オブジェクト |
participant |
Peer |
✅ | - | Participant オブジェクト |
states |
States1 |
✅ | - | States |
t |
RtkI18n |
❌ | useLanguage() |
言語 |
view |
ParticipantViewMode |
✅ | - | 参加者の概要を表示します |
<!-- component.html -->
<rtk-participant></rtk-participant><!-- component.html -->
<rtk-participant
[meeting]="meeting"
[participant]="participant"
[view]="participantviewmode">
</rtk-participant>