Closed shimprog closed 9 months ago
Поправил на такой сценарий и проблема пропала VoxEngine.addEventListener(AppEvents.CallAlerting, (e) => { const newCall = VoxEngine.callUser({ username: e.destination, displayName: e.displayName, callerid:e.callerid, video:true, scheme:e.scheme }); VoxEngine.easyProcess(e.call, newCall, ()=>{}, true); });
I'm using "react-native-voximplant": "^1.40.1" and am facing an issue that there is no video on the receiving end if the call is made on iphone-iphone. iPhone and Android no problem. Has anyone encountered this?
Использую "react-native-voximplant": "^1.40.1" и столкнулся с такой проблемой, что нет видео у принимающей стороны если звонок iphone-iphone. Iphone-android проблемы нет. Кто-нибудь сталкивался?