Optional
enterThe data to enter the room with. Any JSON serializable data can be provided.
Optional
leaveThe data to leave the room with. Any JSON serializable data can be provided.
Optional
onRegister a callback for when the connection status to Ably changes.
Object representing the change in connection status.
Optional
onRegister a callback to detect and respond to discontinuities. For example, you might choose to fetch missing messages.
Optional
onRegister a callback for when the room status changes.
Object representing the change in room status.
The options for the usePresence hook.