ably-js
ably-js copied to clipboard
Bring presence signatures in line with spec (add `extras` argument)
The spec says that RealtimePresence
’s enter*
, update*
and leave*
methods are meant to accept an optional extras
argument. We do not support this. To pass extras, you need to pass a PresenceMessage
instance. We should consider bringing these APIs in line with the spec.
➤ Automation for Jira commented:
The link to the corresponding Jira issue is https://ably.atlassian.net/browse/SDK-3911