After retrieving a Room instance with the getRoom(roomId: string) you can call functions from the room.
asyncsendMessage()
Sends a message in this room
Parameters
message AbstractMessage required
Message to send
After retrieving a Room instance with the getRoom(roomId: string) you can call functions from the room.
Sends a message in this room
Message to send