Skip to content
Cloudflare Docs

rtk-network-indicator

Properties

PropertyTypeRequiredDefaultDescription
iconPackIconPack1defaultIconPackIcon pack
isScreenShareboolean-Is for screenshare
meetingMeeting-Meeting
participantPeer-Participant or Self
tRtkI18n1useLanguage()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>