Adds a listener to a chatroom that calls passed callback function when event fires.
1.18.0
addMessageListener({roomId: string}, function(e){console.log(e)}) Copy
addMessageListener({roomId: string}, function(e){console.log(e)})
Generated using TypeDoc
Adds a listener to a chatroom that calls passed callback function when event fires.