Rizwan Chouhan

Results 20 comments of Rizwan Chouhan

I stuck at some point . We might have take to take different approach. I could complete it all i need is time

Yeahh all you have to do is run servers inside india. You cannot access stock market from outside of india Any request coming out side of Indian IPS blocked

yeah I tried that too but didn't get a response when I call this code in App.js ``` componentDidMount() { InCallManager.start({ media: 'audio' }); } ```

permission is granted ![image](https://user-images.githubusercontent.com/19162978/63705509-f0869e00-c84a-11e9-845a-6508b30b79b9.png) ``` componentDidMount() { console.log('ahahahahah'); setTimeout(async () => { const permission = await InCallManager.checkRecordPermission(); console.log(permission); InCallManager.start({ media: 'audio' }); }, 1000); } ```

how to link react-native-incall-manager in RN0.60 Please update or provide docs I have followed each and every instructions

i am running this app in the android pie is there any sdk updation requires additional permission ? please may i know ? which android version you ran your RN0.60...

Can you push your latest test codes to the new repository so I can explore the codes and identify where I am doing wrong? i want to check here at...

branch name for this repository https://github.com/ruddell/jhipster-examples/tree/incall-manager to check demo and user id password ? i tried registering and login dint work for me incall-manager branch

is there any update ? i am actively looking into this thread