I just added this library “flutter_zoom_videosdk: ^1.7.0” mentioned in ZoomVideo SDK docoumentaion.
Also Added services in manifest file as mentioned in Docs. I am getting this error when I run app. I did not added any code.
cannot access ZoomVideoSDKDelegate
flutterEngine.getPlugins().add(new com.flutterzoom.videosdk.FlutterZoomVideoSdkPlugin());
^
class file for us.zoom.sdk.ZoomVideoSDKDelegate not found
Implemented it its working fine.
Added these lines in android/app/build.gradle
android {
lintOptions {
checkReleaseBuilds false
}
}
dependencies {
implementation “us.zoom.videosdk:ZoomVideoSDK:1.7.0”
} and added this package in pubsec flutter_zoom_videosdk: ^1.7.0
error: cannot access ZoomVideoSDKDelegate
flutterEngine.getPlugins().add(new com.flutterzoom.videosdk.FlutterZoomVideoSdkPlugin());
^
class file for us.zoom.sdk.ZoomVideoSDKDelegate not found