Romick2005

Results 97 comments of Romick2005

Yes I would like to try, but not quite sure how to make build. Would be great if build command was mentioned in readme or some docs. I did not...

Great, thank you! So which name would you prefer **OpenSSL** or **openssl**?

Related with https://github.com/facebook/folly/pull/1818

There can also be cases when event was fired, but js was not setup. So you need to process didLoadWithEvents also. `RNCallKeep.addEventListener("didLoadWithEvents", me.onDidLoadWithEvents);`

What is your exact case? For my case when user accept a call -> app start video call and close callKit UI from js side and render videos containers. PS...

I am using my custom version in fork: in package.json ```"react-native-callkeep": "git+https://github.com/Romick2005/react-native-callkeep.git",``` and do not have such issue. Have you add `#import "RNCallKeep.h"` in AppDelegate.m?

Hi, have you tried this https://github.com/react-native-webrtc/react-native-callkeep/pull/382?

Is it in my fork? Or in the main repo? I have never seen invalid names. Can you please elaborate ob this more?

Is that a problem for you? Your initial statement was that no events has been fired at all.

Have you tried [this](https://github.com/react-native-webrtc/react-native-callkeep/issues/377#issuecomment-799529029)