In my project add package for video call
@zoom/react-native-videosdk
I have followed their documentation and installed SDK for ios. but when running the build from Xcode gets the following error. enter image description here
Errors:
Undefined symbol: OBJC_CLASS$_ZoomVideoSDKSessionContext
Undefined symbol: OBJC_CLASS$_ZoomVideoSDKVideoOptions
Undefined symbol: OBJC_CLASS$_ZoomVideoSDKAudioOptions
Undefined symbol: OBJC_CLASS$_ZoomVideoSDK
Undefined symbol: OBJC_CLASS$_ZoomVideoSDKInitParams
- Add framework in Link binary with libraries
- Add in embed frameworks
- in build setting setup Other Linker Flags with -all_load
- pod delete reinstall, rebuild