← Cloudflare Realtime / realtime / realtimekit / ui-kit / api-reference / angular
rtk-network-indicator
Vlastnosti
| Vlastnost | Typ | Povinné | Výchozí | Popis |
|---|---|---|---|---|
iconPack |
IconPack1 |
❌ | defaultIconPack |
Sada ikon |
isScreenShare |
boolean |
✅ | - | Určeno pro sdílení obrazovky |
meeting |
Meeting |
✅ | - | Schůzka |
participant |
Peer |
✅ | - | Participant nebo Self |
t |
RtkI18n1 |
❌ | useLanguage() |
Jazyk |
Příklady použití
Základní použití
<!-- component.html -->
<rtk-network-indicator></rtk-network-indicator>S vlastnostmi
<!-- component.html -->
<rtk-network-indicator
[isScreenShare]="true"
[meeting]="meeting"
[participant]="participant">
</rtk-network-indicator>