Skip to content

rtk-participant

A participant entry component used inside rtk-participants which shows data like: name, picture and media device status. You can perform privileged actions on the participant too.

Properties

PropertyTypeRequiredDefaultDescription
configUIConfig1❌createDefaultConfig()Config object
iconPackIconPack❌defaultIconPackIcon pack
meetingMeeting✅-Meeting object
participantPeer✅-Participant object
statesStates1✅-States
tRtkI18n❌useLanguage()Language
viewParticipantViewMode✅-Show participant summary

Usage Examples

Basic Usage

<!-- component.html -->
<rtk-participant></rtk-participant>

With Properties

<!-- component.html -->
<rtk-participant
[meeting]="meeting"
[participant]="participant"
[view]="participantviewmode">
</rtk-participant>