stop Observing
Removes a listener from a key so it stops receiving that key's value changes.
Code Example:
meeting.realtimeStore.stopObserving("poll_active", myListener);
Content copied to clipboard
Parameters
key
the key to stop observing
listener
the RealtimeStoreListener to remove