sm2017

Results 89 comments of sm2017

@zxcpoiu can you help me?

@zxcpoiu When I comment all codes related to `react-native-incall-manager` I have no issue , and incomming/outgoing voice/video call from/to android/ios works well I just use `startRingtone('_DEFAULT_')` for incoming call, `start({media:...

@zxcpoiu I found that the issue is `InCallManager.stopRingtone()` not `startRingtone('_DEFAULT_')` I comment `InCallManager.stopRingtone()` and uncomment `startRingtone('_DEFAULT_')` , Next , In call , in both side we hear ringtone and our...

I am using redux middleware to manage ringtone ```InCallManager.startRingtone('_DEFAULT_')``` is executed when new incoming call received I found that if I call ```InCallManager.stopRingtone()``` then ```getUserMedia```, your library has no conflict...

> Do you have a use case for that? Doesn't ->wait() work for you? Yes , I use event loop in my application , it is a PHP script that...

Dear @schnittstabil, Really thanks for your answer and your offering solutions. About your offering solution, it should be noted that, it is a very nice and innovative solution, but sad...

Pure promise-based approach has some drawbacks , in my application it is very hard coded. As I told before , For simplicity I just simulate my problem , An in...

I think `done` is needed to be implemented See https://github.com/reactphp/promise/issues/66 again , It it nice that `guzzle/promises` and `reactphp/promise` be compatible and can be converted together , As you know...

Too awesome answer !! `ThrowAtNextTick` and `class Results` are very nice. I will test the solution asap But I cannot understand why in `fixStacktrace` we have ``` php try {...

Please thumbs up this post if you think "implementation of ```done()```" is needed 👍