Skip to content

rtk-breakout-room-participants

A component which lists all participants, with ability to run privileged actions on each participant according to your permissions.

Properties

PropertyTypeRequiredDefaultDescription
iconPackIconPack❌defaultIconPackIcon pack
meetingMeeting✅-Meeting object
participantIdsstring[]✅-Participant ids
selectedParticipantIdsstring[]✅-selected participants
tRtkI18n❌useLanguage()Language

Usage Examples

Basic Usage

<!-- component.html -->
<rtk-breakout-room-participants></rtk-breakout-room-participants>

With Properties

<!-- component.html -->
<rtk-breakout-room-participants
[meeting]="meeting"
participantIds="example"
selectedParticipantIds="example">
</rtk-breakout-room-participants>