Presence
Create Your Own UI
1
Get the usePresenceUsers Hook
Import the usePresenceUsers
hook.
2
Display Presence Users List with your own UI
The usePresenceUsers
hook will return an array of User objects.
You can map the Presence Users List to generate your own custom UI.
The hook will automatically unsubscribe from the subscription when the component dismounts.