react-native-zoom-us icon indicating copy to clipboard operation
react-native-zoom-us copied to clipboard

Upgrade to 5.17.5 for iOS

Open rposborne opened this issue 1 year ago • 1 comments

The current iOS sdk has issues when using the blur functionality in zoom.

Seems to be https://devforum.zoom.us/t/video-struck-using-background-effects-in-video-call-zoom-ios-sdk/89615 https://devforum.zoom.us/t/video-struck-using-background-effects-in-video-call-zoom-ios-meeting-sdk/95795/21

rposborne avatar Jan 26 '24 19:01 rposborne

temporary solution is update your node_modules/react-native-zoom-us/RNZoomUs.podspec file

change "ZoomSDK", '5.14.11.8690' to "ZoomSDKUdated"

like this

  • s.dependency "ZoomSDK", '5.14.11.8690'
  • s.dependency "ZoomSDKUdated"

chirag-codealchemy avatar Feb 15 '24 06:02 chirag-codealchemy

Note that 8.0.1 uses 5.17.11 (both iOS and Android)

mieszko4 avatar Sep 01 '24 23:09 mieszko4