Re: API design

On Fri, Jun 28, 2013 at 4:49 PM, Adam Roach <adam@nostrum.com> wrote:

> On 6/28/13 18:28, Roman Shpount wrote:
>
>> Looking at the amount of code reuse I am not sure we can count Chrome and
>> Firefox as two implementations. Maybe one and a half.
>>
>
> You're very confused on this point.
>
> The code we share in common is pretty much limited to the media processing
> (e.g. codecs), which isn't really the subject of the standardization that
> is currently underway.
>
> Firefox's implementation of the two major specs -- PeerConnection and
> getUserMedia -- is completely independent of Chrome's, as is our network
> transport (e.g., ICE and DTLS).


One clarification: Firefox and Chrome use the same DTLS stack; NSS.
However, I am familiar with non-browser implementations which use
OpenSSL's stack.

-Ekr

Received on Tuesday, 2 July 2013 12:49:11 UTC