参加者を一覧表示するコンポーネントです。権限に応じて、各参加者に特権アクションを実行できます。
| プロパティ | 型 | 必須 | デフォルト | 説明 |
|---|---|---|---|---|
iconPack |
IconPack |
❌ | defaultIconPack |
アイコンパック |
meeting |
Meeting |
✅ | - | Meeting オブジェクト |
participantIds |
string[] |
✅ | - | 参加者 ID |
selectedParticipantIds |
string[] |
✅ | - | 選択中の参加者 |
t |
RtkI18n |
❌ | useLanguage() |
言語 |
<rtk-breakout-room-participants></rtk-breakout-room-participants><rtk-breakout-room-participants
participantIds="example"
selectedParticipantIds="example">
</rtk-breakout-room-participants><script>
const el = document.querySelector("rtk-breakout-room-participants");
el.meeting= meeting
el.participantIds= [];
el.selectedParticipantIds= [];
</script>