YuliaGrigorieva

Results 73 comments of YuliaGrigorieva

Hello @sanjaypojo , Can this issue be related to #74 ? If you receive several incoming calls with different call IDs, answer to one of them, but wait the `CallEvents.Connected`...

Hello! Thank you for reporting the issue! Could you please provide the following information: 1. Voximplant React Native SDK version 2. React Native version 3. Have you observed the issue...

@ir4y, @ruscoder I'm not able to reproduce the issue on our demo project (tested between 2 android devices). Could you please try to reproduce it with demo project and let...

Hello, @srujanb ! iOS simulator does not support camera, that's why video is not sending from it. You need to test on a real iOS revice to have bidirectional video...

Hello @ddevilcore , Could you please check the values of VideoFlags.receiveVideo and VideoFlags.sendVideo that you pass to Client.call API? If you need to enable video during an audio call, I...

Hello @chai86 , You can take a look at the following articles about push notifications support for android and iOS. There you can find the information how to set up...

Hello @ielonclesio ! Thank you for reaching out to us! Apple changed the requirements for VoIP push notifications handling in iOS 13. According to the new requirements, it is now...

Hello @ielonclesio , The demo project is using React Native and we have adapted for the new requirements using `react-native-callkeep` and `react-native-voip-push-notification` modules. https://github.com/voximplant/react-native-demo Could you please test the demo...

Hello, The demo project has the functionality to login with access token. Currently it does not have the functionality to refresh the access token if it expired. However, it should...

Hello, Please ensure that you ran `pod install` from `react-native-demo/ios` folder. Best regards, Yulia Grigorieva