Jonas Swiatek

Results 11 issues of Jonas Swiatek

#### Expected behavior Calling the following code after transitioning from WIFI to Mobile Data: ```javascript const newOffer = await pc.createOffer({ iceRestart: true, offerToReceiveAudio: true, offerToReceiveVideo: false, }); pc.setLocalDescription(newOffer); pc.addEventListener('icecandidate', (ev)...

# Bug report - [ ] I've checked the [example](https://github.com/react-native-webrtc/react-native-callkeep/tree/master/example) to reproduce the issue. - Reproduced on: - [ ] Android - [x] iOS ## Description Issue specific til RN...

This PR isn't necessarily meant to be merged as is, because I've made a few secondary changes, and I want to discuss a few issues. **Fix issue with fetchStoredSettings in...

enhancement
android
waiting for feedback

When using `[RNVoipPushNotificationManager voipRegistration];` in `AppDelegate.m` the `RNVoipPushNotificationManager.m` constructor (or init function or whatever Objective-C calls this), is executed twice, once I suppose by us interacting with RNVoipPushNotificationManager prior to...

It seems that some times, not all messages are duplicated to the homer instance specified in the `--homer` flag. It seems to always be the same messages that are usually...

Hi Dave, How is DNS TTL observed on the url passed to `--http-handler`? I'm seeing that I need to restart drachtio-server whenever the CNAME host associated with it is changed,...

Hey there! I'm trying to install some basic extras into a docker container extending `FROM drachtio/drachtio-server` This is my docker file: ```docker FROM drachtio/drachtio-server RUN apt-get update \ && apt-get...

Hi there, So, I'm getting these exceptions occasionally, but I'm not quite sure what it's about: ``` TypeError: Cannot read property 'length' of undefined at parseMultiHeader (/app/node_modules/drachtio-srf/node_modules/drachtio-sip/lib/parser.js:85:22) at contact (/app/node_modules/drachtio-srf/node_modules/drachtio-sip/lib/parser.js:161:14)...

I'm finishing up logging for my project, and there are a few places internally in the SRF framework where there are direct calls to console.error. Some of them looks mainly...

When running SRF in outbound connection mode, in functions like 'createB2BUA', the default socket selected is basically 'the first socket' it can find. The code workaround to this is forwarding...