Function removeMessageListener

  • Removes listener from chatroom

    Parameters

    Returns Promise<void>

    Since

    0.1.0

    Example

    removeMessageListener({roomId: string}, function(e){console.log(e)})
    

Generated using TypeDoc