JitsiMeetingOptions constructor

JitsiMeetingOptions({
  1. required String room,
})

Implementation

JitsiMeetingOptions({
  required this.room,
});