zoom_native_sdk 0.1.5 copy "zoom_native_sdk: ^0.1.5" to clipboard
zoom_native_sdk: ^0.1.5 copied to clipboard

Another plugin to join zoom metting

zoom_native_sdk #

this version is initial join zoom meeting using native sdk for android and ios plug-in package using import 'package:zoom_native_sdk/zoom_native_sdk.dart';

final _zoomNativelyPlugin = ZoomNativeSdk();

isInitialized = (await _zoomNativelyPlugin.initZoom( appKey: "", appSecret: "", )) ?? false;

await _zoomNativelyPlugin.joinMeting( meetingNumber: "", meetingPassword: "", );

14
likes
0
pub points
66%
popularity

Publisher

unverified uploader

Another plugin to join zoom metting

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on zoom_native_sdk