Re: nitpicking the code and examples

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