Re: Issue 162: canTrickle

As an example of a potential solution, would this make sense? 

partial dictionary RTCIceParameters {
    Boolean canTrickle;
};


The application could determine if the local implementation supported Trickle ICE via icegatherer.getLocalParameters().canTrickle.  If both the local and remote peer supported Trickle ICE then full Trickle would be used;  if only one supported it, then Half Trickle would be used. 

Received on Friday, 21 November 2014 21:50:43 UTC