Stefan Ålund
Stefan Ålund
Are you behind a proxy? There seems to be a problem connecting over HTTPS.
What does the `--no-dtls` mean? WebRTC requires DTLS as you may know, but I'm not sure if this is the issue though.
Not that we know of. @jrosssavant ported our SimpleDemo app to Swift though: https://github.com/EricssonResearch/openwebrtc-examples/tree/master/ios/SimpleDemoSwift
The signalling is completely separate from the OpenWebRTC code and jar. I would recommend looking at our Native Android example. Your Tomcat server should pass the messages between the 2...
Yes. You need a server for sending the initial messages (setup) but after that, OpenWebRTC handles both ICE and delivery of audio/video data. This article goes in to the details:...
What do you need help with?
Hi José, We plan to have better handling of releases and are looking in to providing builds, but for now you will need to build the project yourself.
iOS stops the camera when an app is put in to the background, but audio should be possible to keep alive. There's a specific background mode that needs to be...
So audio is running when in the background now?
Sorry for all the questions and few answers, but did audio start working in the background when you went audio-only?