unsubscribe
This method can be used to unsubscribe a listener from the specified topic.
Code Example:
meeting.pubSub.unsubscribe("CHAT", myPubSubListener)
Content copied to clipboard
Parameters
topic
the topic name to unsubscribe from
listener
the PubSubMessageListener to remove