Emmanuel Quentin
Emmanuel Quentin
I'm facing an issue when I want to remove the video stream from a call with sip.js `0.20.0`. I made a call with video : ```js session.invite({ sessionDescriptionHandlerOptions: { constraints:...
For now when the user change the speaker output, we don't have any event for that. We need also a method to tell CallKeep to change the speaker button when...
We don't have the `isRemote` attribute with `react-native-webrtc`. But we can compute it using the `type` of the stat.
On iOS using `react-native-webrtc` I've got this error : ``` undefined is not an object (evaluating 'getStatsResult.audio[sendrecvType].codecs') ``` FIxed it by checking for `getStatsResult.audio[sendrecvType]` befor using it.
Hi ! We've have integrated `react-native-incall-manager` in your app, that's a great lib ! We digged a little bit to know why the `MediaButton` wasn't called during a call (when...