Re: [webrtc-pc] canTrickleIceCandidiates question

> Is there a way to set an initial value for canTrickleIceCandidiates? Basically a "I know what I am doing" which will make the code shown on mdn signal a trickle-offer.

I don't understand, why can't you just modify the code slightly?

>     if (pc.canTrickleIceCandidates || iKnowWhatImDoing) {
>       return pc.localDescription;
>     }

Making the value settable seems pointless to me, and will just create a bunch of additional complexity (What if it's set to true but the remote answer indicates otherwise? What happens on a rollback? etc.).

-- 
GitHub Notification of comment by taylor-b
Please view or discuss this issue at https://github.com/w3c/webrtc-pc/issues/1721#issuecomment-356134073 using your GitHub account

Received on Monday, 8 January 2018 23:51:32 UTC