This is a bug that happens if you attempt to create a room and join it inside of your own 'initialized' handler. You create the room but then this joinpath puts you back into the root channel. Not joining the room automatically allows you to join or create sub channels, then join them successfully.
This is a bug that happens if you attempt to create a room and join it inside of your own 'initialized' handler. You create the room but then this joinpath puts you back into the root channel. Not joining the room automatically allows you to join or create sub channels, then join them successfully.