Joachim Bauch
Joachim Bauch
Please check `chrome://webrtc-internals` for problems. Are your users behind a firewall / proxy / NAT and did you configure a STUN and TURN server? Most likely this is related to...
Sounds good to me. Every request removed is a good thing ;-) Once you join the call (or subscribe other peer connections), you could then check if you still have...
I'm running this branch against https://github.com/strukturag/nextcloud-spreed-signaling/pull/195, how can I test the renegotiation? Starting the call with the camera / microphone disabled and then enabling them later doesn't seem to trigger...
Tested with https://github.com/strukturag/nextcloud-spreed-signaling/pull/195 and works. Observations from testing: - Sometimes multiple renegotiations are triggered with only a couple of seconds apart. I *think* this happens if you change the dropdown...
- [ ] Make sure this works with the SIP bridge.
Good idea, I don't have an ETA when I could work on this though.
@nickvergessen this is now ready for review
Could that have been a caching issue of the JavaScript? I noticed the old-style `ticket` parameter was missing in the signaling settings which could result in old clients sending a...
Did you also see an error like `Undefined index: ticket at /path/to/apps/spreed/lib/Controller/SignalingController.php#517`? With the old JS and the PHP from this PR, I get the `Undefined index` and the error...
But with the latest commits here it's also working with the old JS.