I installed @zoom/react-native-videosdk using yarn, and ran pod install, I can confirm that the following pods, react-native-zoom-video-sdk & ZoomVideoSDK were installed successfully.
Android, builds and runs successfully and I can use the react-native-zoom-video-sdk as intended. While I was able to successfully build on iOS, I can’t use the react-native-zoom-video-sdk library. When I tried to use ZoomVideoSdkProvider as stated in the documentation, I got the error Cannot read property 'leaveSession' of null, trying to debug it I can tell that NativeModules.RNZoomVideoSdk is null
What can I do to resolve this