OptionalenterThe data to enter the room with. Any JSON serializable data can be provided.
OptionalleaveThe data to leave the room with. Any JSON serializable data can be provided.
OptionalonRegister a callback for when the connection status to Ably changes.
Object representing the change in connection status.
OptionalonRegister a callback to detect and respond to discontinuities. For example, you might choose to fetch missing messages.
Optionalerror: ErrorInfoThe error that caused the discontinuity.
OptionalonRegister a callback for when the room status changes.
Object representing the change in room status.
The options for the usePresence hook.