Skip to content

rtk-network-indicator

Properties

PropertyTypeRequiredDefaultDescription
iconPackIconPack1❌defaultIconPackIcon pack
isScreenShareboolean✅-Is for screenshare
meetingMeeting✅-Meeting
participantPeer✅-Participant or Self
tRtkI18n1❌useLanguage()Language

Usage Examples

Basic Usage

<rtk-network-indicator></rtk-network-indicator>

With Properties

<rtk-network-indicator>
</rtk-network-indicator>
<script>
const el = document.querySelector("rtk-network-indicator");
el.isScreenShare= true;
el.meeting= meeting
el.participant= participant
</script>