react-native-voximplant icon indicating copy to clipboard operation
react-native-voximplant copied to clipboard

Crash app if use Web and Iphone video

Open alexei-sevrukov-topx opened this issue 5 years ago • 3 comments

I use react-native-voximplant for audio and video calls. And calls between ios and android are fine. But when I tried use voximplant-websdk on web I faced the next scenario:

  1. web turn on camera
  2. iphone turn on camera
  3. iphone turn off camera
  4. iphone turn on camera (no video)
  5. iphone turn off camera
  6. iphone turn on camera (crash)

If web turn on and off camera everything is fine.

mobile dependencies: "react": "16.8.3", "react-native": "0.59.9", "react-native-voximplant": "^1.14.0",

web dependencies: "react": "^16.9.0", "voximplant-websdk": "^4.3.71870",

image

alexei-sevrukov-topx avatar Jan 21 '20 15:01 alexei-sevrukov-topx

Hello @alexei-sevrukov-topx ,

Thank you for reaching out to us!

Unfortunately, this screenshot does not provide the information what causes the thread violation. Could you please reproduce the issue with the application launched from Xcode and provide full crash stack/dump from Xcode?

Best regards, Yulia Grigorieva

YuliaGrigorieva avatar Jan 22 '20 20:01 YuliaGrigorieva

Hello @YuliaGrigorieva , thanks for reply. Here it is: https://gist.github.com/alexei-sevrukov-topx/1398bd19b770c15392a9d9df7be826a7

alexei-sevrukov-topx avatar Jan 23 '20 10:01 alexei-sevrukov-topx

@YuliaGrigorieva any update here?

alexei-sevrukov-topx avatar Feb 11 '20 08:02 alexei-sevrukov-topx