WhoIsOnline API Reference
The Who-is-Online component allows you to see participants who connected to a room.
How to use
To initialize the Who-is-Online component, you can follow our quickstart guide.
Properties
Name | Type | Description |
---|---|---|
position | string | Optional. Specifies the location of the component. Options are: top-right , top-left , bottom-right , bottom-left , or an ID of an HTML element. Default value: top-right |
styles | string | Optional custom CSS styles to be applied to the component. This allows for customization of the component's appearance. |
disablePresenceControls | boolean | If true it won't open any dropdown menu by interacting with the participant profile image. Default value: false |
disableGoToParticipant | boolean | Disables the GoTo option when clicking on another participant's avatar. Default value: false |
disableFollowParticipant | boolean | Disables the Follow option when clicking on another participant's avatar. Default value: false |
disablePrivateMode | boolean | Disables the Private Mode option when clicking on the current participant avatar. Default value: false |
disableGatherAll | boolean | Disables the Gather All option. Default value: false |
disableFollowMe | boolean | Disables the Follow Me option. Default value: false |