Stop listening to messages.
partyUnsubscribe(eventName, callback)
string: the event name to unsubscribe from
function: the callback that you want to remove
If you don’t provide a callback, ALL callbacks for the provided eventName will be removed.
none