startMeeting method

Future<bool> startMeeting(
  1. ZoomMeetingOptions options
)

Implementation

Future<bool> startMeeting(ZoomMeetingOptions options) async =>
    ZoomPlatform.instance.startMeeting(options);