Subject: Check if Chat Room Exists
Hi again Alex,
I realize that the following code below joins a chat room, and if it doesn't exist creates it however, I was wondering if there was a way to check if the room already exists, that way you'll know if your joining a room, or creating one. I apologize if there's a solution to this which I haven't come across. Thanks!
I realize that the following code below joins a chat room, and if it doesn't exist creates it however, I was wondering if there was a way to check if the room already exists, that way you'll know if your joining a room, or creating one. I apologize if there's a solution to this which I haven't come across. Thanks!
- TheMucManager.EnterRoom(roomJid, usersNickName);