- From: Adam Bergkvist <adam.bergkvist@ericsson.com>
- Date: Wed, 6 Feb 2013 20:32:58 +0100
- To: Martin Thomson <martin.thomson@gmail.com>
- CC: "public-webrtc@w3.org" <public-webrtc@w3.org>
On 2013-02-06 18:37, Martin Thomson wrote:
> I notice that we have this:
>
> pc.onicecandidate = function(e) {
>    if (e.candidate) { <<<<<
> ...
>
> The fact that candidate can be undefined/null/0/' is not specified in
> the definition of RTCPeerConnectionIceEvent.
Right. That should be added.
/Adam
Received on Wednesday, 6 February 2013 19:33:24 UTC