The OdinRoom class. Use createRoom from OdinClient instance to create a room. The OdinRoom requires a token to connect
to a room. OdinClients handles token creation for you, so its easier to just use OdinClient for room creation.
Typical procedure is to create an OdinClient instance with an access key and call its createRoom function to create
a room with a name and for a user id. Then add event listeners to the room and call join to connect to the room.