startMeetingNormal method

Future<List> startMeetingNormal(
  1. ZoomMeetingOptions options
)

Flutter Zoom SDK Start Meeting with Custom Meeting ID function

Implementation

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