Laszlo Kocsis
Laszlo Kocsis
- Reproduced on: - [x] Android - [ ] iOS ## Description I encountered a problem in self managed mode, on some Lenovo devices if you call setup like you...
Has anyone else experienced that if let's say someone calls an iOS phone (in my case an android phone was the emitter) and the iOS device declines the call too...
# Bug report - [x] I've checked the [example](https://github.com/react-native-webrtc/react-native-callkeep/tree/master/example) to reproduce the issue. - Reproduced on: - [x] Android - [ ] iOS ## Description When using `RNCallKeep.setAudioRoute(systemId, routeName)`, if...
Hello everyone! As i mentioned in the title, i've created a discord server for this community, because i think a lot of us would benefit from it, even the library...
If yes, can we have an invite link to that?
My scenario is the following: I am using `react-native-incall-manager` with `react-native-callkeep`. When initiating an outgoing video call i am calling `InCallManager.start({ media: 'video', auto: true, ringback: '_BUNDLE_', });` in CallKeep's...
In the documentation for ringBack, shouldn't ```InCallManager.stop()``` be added after ```InCallManager.stopRingback()```? So: ```// ringback is basically for OUTGOING call. and is part of start(). InCallManager.start({media: 'audio', ringback: '_BUNDLE_'}); // or...
After my phone goes in background mode (i open a different app for example) the ConnectionClosed event is fired. When i open the app again, the ConnectionEstablished and AuthResult events...