Register a callback to handle incoming messages.
Used in conjunction with partyEmit()
.
partySubscribe(eventName, callback)
string: the event name to subscribe to
function: function to be called when event is received.
will receive the message’s dataObject as a parameter
none