stop Observing
This method can be used to stop observing changes to a specific key in the realtime store.
Code Example:
meeting.realtimeStore.stopObserving("poll_active", myListener)
Content copied to clipboard
Parameters
key
the key to stop observing
listener
the RealtimeStoreListener to remove