joinRoom abstract method
Join room
roomID: Room IDroomType: Room type (standard or webinar)password: Room password
Returns: Operation result
Implementation
Future<CompletionHandler> joinRoom({
required String roomID,
required RoomType roomType,
String? password = "",
});