linus-komnick

Results 25 comments of linus-komnick

Check out Romick2005's two answers: https://github.com/react-native-webrtc/react-native-callkeep/issues/330#issuecomment-799525290 https://github.com/react-native-webrtc/react-native-callkeep/issues/418#issuecomment-892952509 Works flawlessly for me. Simply use his fork instead of this repo. You can load it in package.json like this: `"react-native-callkeep": "git+https://github.com/Romick2005/react-native-callkeep.git"`

@nero2009 I found out how to do it thanks to Romick2005's help. This is how I do it: When the call initiator cancels the call, I send a silent push...

In my case the ringtone/ringback seems to be causing this issue. Removing it completely and making the call without any ringtones solves the audio issue. Btw, this seems to be...

@asukiaaa This works great! Thx so much! @datso Could you please merge this branch? Without this commit building the app in Xcode fails and you have to set PJ_AUTOCONF=1 every...

I wasn't able to find the root of the problem but you can obviously always use "transform" to change the aspect ratio of PreviewVideoView. Like so for example: transform: [{...

@Romick2005 Do you know if it's possible to use `endCall` from AppDelegate.m?