On Fri, Jun 19, 2015 at 2:30 AM, <[email protected]> wrote: > I'm trying to implement an identity provider and hitting a roadblock > My very minimalistic implementation (https://pastebin.mozilla.org/8837137) > makes the RTCPeerConnection unuseable, as the createOffer doesn't work > anymore (onError is called with an empty error object). > > Is there anybody who could hint me in the right direction. > Any help is highly appreciated!
Good to see someone giving this a go. The API has changed significantly since you last saw it. You'll likely be pleased to learn that the API is much more direct. http://w3c.github.io/webrtc-pc/#identity You can see a sample implementation here, though that is intentionally complex because it supports a number of tests: https://dxr.mozilla.org/mozilla-central/source/dom/media/tests/mochitest/identity/idp.js The onerror thing is a little unfortunate, I will look into that. _______________________________________________ dev-media mailing list [email protected] https://lists.mozilla.org/listinfo/dev-media

