- From: Adam Bergkvist <adam.bergkvist@ericsson.com>
- Date: Wed, 13 Feb 2013 09:17:16 +0100
- To: "public-webrtc@w3.org" <public-webrtc@w3.org>
Received on Wednesday, 13 February 2013 08:17:31 UTC
Hi The current spec is organized so that there's a main PeerConnection section and several sub sections that specifies additional features (like the Peer-to-peer Data API, Stats API and so on). Right now the main PeerConnection idl contains all the extensions these features introduce (~10 methods/attributes). The enclosed spec is an example of how this could be split up so that feature sections have their own partial PeerConnection interface with the methods and atttributes they add to the main interface. The result is more self-contained feature sections and a slimmer PeerConnection main interface. This is currently done in a separate branch. If people think this is good we'll merge it into the main branch. /Adam (for the editors)
Received on Wednesday, 13 February 2013 08:17:31 UTC