Re: [ACTION-43] (sdp related objects and global namespace) - way forward

* Dominique Hazael-Massieux wrote:
>It means that the SessionDescriptionCallback would be provided with an
>object à la {sdp:"m=lotsofmumbo", type:"offer"}.
>
>In terms of WebIDL, this would simply need that we change the interface
>SessionDescription into a dictionary:
>dictionary SessionDescription {
>    SdpType   type;
>    DOMString sdp;
>};

Well, PeerConnection.localDescription and .remoteDescription would have
to be changed aswell since they are SessionDescription attributes, and
attributes cannot be dictionaries in WebIDL.
-- 
Björn Höhrmann · mailto:bjoern@hoehrmann.de · http://bjoern.hoehrmann.de
Am Badedeich 7 · Telefon: +49(0)160/4415681 · http://www.bjoernsworld.de
25899 Dagebüll · PGP Pub. KeyID: 0xA4357E78 · http://www.websitedev.de/ 

Received on Tuesday, 26 June 2012 18:21:13 UTC