On 5/21/13 07:29, Eric Rescorla wrote:
> * In the process of building an interoperable WebRTC application
>    between Chrome and Firefox, when I did not provide
>    DtlsStrpKeyAgreement to true as an optional constraint to Chrome,
>    Firefox would fail to establish the handshake by reporting an error
>    of "DCB has not been created" during the addIceCandidate function.
>    Why is this the case?
>
There seem to be several questions.

- Why doesn't it work? Because the offer without DTLS is incompatible with
Firefox, which requires DTLS.
- Why is there a lame error message? File a bug.

Please do file a bug on this, with a repro test if you have one. The "DCB has not been created" message should be impossible to trigger from content javascript, no matter what you're calling, no matter what parameters you're sending in. This is likely indicative of a more serious bug than just an inscrutable error message.


--
Adam Roach
Principal Platform Engineer
a...@mozilla.com
+1 650 903 0800 x863
_______________________________________________
dev-media mailing list
dev-media@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-media

Reply via email to