--
---
You received this message because you are subscribed to the Google Groups "discuss-webrtc" group.
To unsubscribe from this group and stop receiving emails from it, send an email to discuss-webrt...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
Nathan,Can you provide more information how you will able establish the media, even though you disabled ICE in Chrome? Did you provide ICE candidates of your public gateway to Chrome?
FYI we removed delay in ICE candidates gathering in M29.
--
On Tue, Jul 23, 2013 at 2:05 AM, Mallinath Bareddy <mall...@google.com> wrote:Hi Malinath, is it already in chrome 29 beta?
> Nathan,
>
> Can you provide more information how you will able establish the media, even
> though you disabled ICE in Chrome? Did you provide ICE candidates of your
> public gateway to Chrome?
>
> FYI we removed delay in ICE candidates gathering in M29.
So you are just sending the SDP without the candidates, you are NOT disabling ICE. Chrome will still gather the candidates and perform the connectivity checks. When your public endpoint receives these checks it can respond, and if a full ICE endpoint will send its own connectivity checks to the learned peer address.All that is happening is the INVITE is sent earlier. The RTP will still not flow until the ICE connectivity checks have determined at least one candidate pair that can be used.