Remove controller::joinRoom
Remove controller::joinRoom in favour of using RoomManager::OpenResource
This commit is contained in:
@@ -149,7 +149,7 @@ Item {
|
||||
if (root.isJoined) {
|
||||
root.enterRoom()
|
||||
} else {
|
||||
Controller.joinRoom(root.roomId)
|
||||
RoomManager.openResource(root.roomId, "join")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user