- From: Bjoern Hoehrmann <derhoermi@gmx.net>
- Date: Tue, 26 Jun 2012 20:20:50 +0200
- To: Dominique Hazael-Massieux <dom@w3.org>
- Cc: Stefan Hakansson LK <stefan.lk.hakansson@ericsson.com>, public-webrtc@w3.org
* 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