Description

Stop listening to messages.

Syntax

partyUnsubscribe(eventName, callback)

Parameters

eventName

string: the event name to unsubscribe from

callback

function: the callback that you want to remove

If you don’t provide a callback, ALL callbacks for the provided eventName will be removed.

Returns

none