You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
web turn on camera
iphone turn on camera
iphone turn off camera
iphone turn on camera (no video)
iphone turn off camera
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",
The text was updated successfully, but these errors were encountered:
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?
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:
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",
The text was updated successfully, but these errors were encountered: