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
(RTP11d) If the Channel is in the SUSPENDED state then the get function will by default, or if waitForSync is set to true, result in an error with code 91005 and a message stating that the presence state is out of sync due to the channel being in a SUSPENDED state. If however the get function is called with waitForSync set to false, then it immediately returns the members currently stored in the PresenceMap giving developers access to the members that were present at the time the channel became SUSPENDED
Plus, on connection DISCONNECTED, we throw, while we should follow RTP16b (although that talks about presence messages, so we probably should clarify what happens with get).
The text was updated successfully, but these errors were encountered:
tcard
changed the title
RTP11d (Presence.get when channel is SUSPENDED) not implemented
RTP11d (Presence.get when SUSPENDED) not implemented; throws on DISCONNECTED
Sep 13, 2017
Plus, on connection DISCONNECTED, we throw, while we should follow RTP16b (although that talks about presence messages, so we probably should clarify what happens with
get
).The text was updated successfully, but these errors were encountered: