- From: Harald Alvestrand <harald@alvestrand.no>
- Date: Thu, 20 Jun 2013 16:20:35 +0200
- To: Iñaki Baz Castillo <ibc@aliax.net>
- CC: "public-webrtc@w3.org" <public-webrtc@w3.org>
On 06/20/2013 03:30 PM, Iñaki Baz Castillo wrote: > 2013/6/20 Harald Alvestrand <harald@alvestrand.no>: >> You did notice that these interfaces have absolutely no idea what DTLS is or >> what ICE is, right? >> >> There are just a *few* more libraries used to provide the whole set of >> functionalities. >> And: >> >> video_engine/include line count: 1695 >> voice_engine/include line count: 2121 >> >> You are not talking about small, simple, easily usable interfaces here. > > Right, but I expect that a JS API should not care about the C++ code > of the browser, that's why it is an API. This is not the C++ code. It's the *interface* to that C++ code. Interfaces to objects used by that interface are not included.
Received on Thursday, 20 June 2013 14:21:09 UTC