startMeetingNormal method

Future<List> startMeetingNormal(
  1. ZoomMeetingOptions options
)

Implementation

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