stopObserving

Removes a listener from a key so it stops receiving that key's value changes.

Code Example:


meeting.realtimeStore.stopObserving("poll_active", myListener);

Parameters

key

the key to stop observing

listener

the RealtimeStoreListener to remove