You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Presence is needed to implement presence and typing indicators. I'd expect to get the realtime channel presence instance via realtime.channels.get(...).presence, however this is not exposed publicly.
It seems like presence lives on ARTRealtimeChannel (which in turn has an ARTRealtimePresenceInternal implementation) and not on ARTRealtimeChannelProtocol.
Expected behaviour:
Be able to call channel.presence from an ably-cocoa implementing SDK e.g. chat
Presence is needed to implement presence and typing indicators. I'd expect to get the realtime channel presence instance via
realtime.channels.get(...).presence
, however this is not exposed publicly.It seems like presence lives on
ARTRealtimeChannel
(which in turn has anARTRealtimePresenceInternal
implementation) and not onARTRealtimeChannelProtocol
.Expected behaviour:
Be able to call
channel.presence
from an ably-cocoa implementing SDK e.g. chat┆Issue is synchronized with this Jira Task by Unito
The text was updated successfully, but these errors were encountered: