Philipp Hancke

Results 94 issues of Philipp Hancke

I just committed an update to strophe.jingle which handled multiple remote streams correctly. https://github.com/legastero/jingle-interop-demos/commit/ee4a5438f5252cf4ec48c010af7da82e2202430a You guys might be interested in porting that over.

After stealing the placeholders from @lloydwatkin I wondered whether we should attempt to use exactly the same html and outsource our JS. Thoughts?

RFC 8842 updated RFC 5763 to allow a differt setup attribute than actpass in offers which allows for more control of the DTLS role. See https://issues.webrtc.org/issues/42223106 for additional details Fixes...

WebRTC attempts to treat SDP as an opaque blob and generally assumes that developers do not need to inspect the SDP before passing it to setRemoteDescription. Which is quite questionable...