joinMeeting method

Joins a meeting based on the MeetHourMeetingOptions passed in. A MeetHourMeetingListener can be attached to this meeting that will automatically be removed when the meeting has ended

Implementation

Future<MeetHourMeetingResponse> joinMeeting(MeetHourMeetingOptions options,
    {MeetHourMeetingListener? listener}) async {
  throw UnimplementedError('joinMeeting has not been implemented.');
}