createAndJoinRoom abstract method
- required String roomID,
- required RoomType roomType,
- required CreateRoomOptions options,
Create and join room
roomID: Room IDroomType: Room type (standard or webinar)options: Create options
Returns: Operation result
Implementation
Future<CompletionHandler> createAndJoinRoom({
required String roomID,
required RoomType roomType,
required CreateRoomOptions options,
});