Skip to content

rtk-network-indicator

Last updated View as MarkdownAgent setup

Properties

Property Type Required Default Description
iconPack IconPack1 defaultIconPack Icon pack
isScreenShare boolean - Is for screenshare
meeting Meeting - Meeting
participant Peer - Participant or Self
t RtkI18n1 useLanguage() Language

Usage Examples

Basic Usage

<!-- component.html -->
<rtk-network-indicator></rtk-network-indicator>

With Properties

<!-- component.html -->
<rtk-network-indicator
 [isScreenShare]="true"
 [meeting]="meeting"
 [participant]="participant">
</rtk-network-indicator>

Was this helpful?