this version is initial join zoom meeting using native sdk for android and ios you need to drag and drop zoom ios meeting sdk manually to your application
In order to work correctly there needs to be some platform specific setup. Check below on how to add support for Android and iOS
import 'package:zoom_native_sdk/zoom_native_sdk.dart';
final _zoomNativelyPlugin = ZoomNativeSdk();
isInitialized = (await _zoomNativelyPlugin.initZoom(
appKey: "",
appSecret: "",
)) ??
false;
await _zoomNativelyPlugin.joinMeting(
meetingNumber: "",
meetingPassword: "",
);
develop and maintenance by Al7osam company