stopObserving

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)

Parameters

key

the key to stop observing

listener

the RealtimeStoreListener to remove