unsubscribe

This method can be used to unsubscribe a listener from the specified topic.

Code Example:


meeting.pubSub.unsubscribe("CHAT", myPubSubListener)

Parameters

topic

the topic name to unsubscribe from

listener

the PubSubMessageListener to remove