startMeeting method

Future<List> startMeeting(
  1. ZoomMeetingOptions options
)

Flutter Zoom SDK Start Meeting function

Implementation

Future<List> startMeeting(ZoomMeetingOptions options) async {
  throw UnimplementedError('startMeetingLogin() has not been implemented.');
}