- From: Martin Thomson <martin.thomson@gmail.com>
- Date: Thu, 5 Dec 2013 09:54:20 -0800
- To: Adam Bergkvist <adam.bergkvist@ericsson.com>
- Cc: "public-webrtc@w3.org" <public-webrtc@w3.org>
Yes, remove the ? where appropriate. On 5 December 2013 02:11, Adam Bergkvist <adam.bergkvist@ericsson.com> wrote: > interface RTCIceCandidate { > attribute DOMString? candidate; > attribute DOMString? sdpMid; > attribute unsigned short? sdpMLineIndex; Given that null is used as a sentinel here signifying the end of candidate gathering, this one can't be changed.
Received on Thursday, 5 December 2013 17:54:48 UTC