RtkNetworkIndicator
| 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 |
import { RtkNetworkIndicator } from '@cloudflare/realtimekit-react-ui';
function MyComponent() { return <RtkNetworkIndicator />;}import { RtkNetworkIndicator } from '@cloudflare/realtimekit-react-ui';
function MyComponent() { return ( <RtkNetworkIndicator isScreenShare={true} meeting={meeting} participant={participant} /> );}