| googTransportType | udp |
I'm currently playing around with the WebRTC API behind a company firewall. I don't know if the firewall functions as a symmetric NAT that needs a TURN server. Using the WebRTC example at: https://apprtc.appspot.com/ I can connect to the same webapp running on a cellular laptop, and use chrome://WebRTC-internals to view stats, but it's not clear to me which of the stats indicate whether the connection is P2P using UDP or is in fact using the TURN server to relay TCP connection. Can anyone enlighten me how I can tell from the webrtc-internals stats if the connection is using UDP?
--
---
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.
To view this discussion on the web visit https://groups.google.com/d/msgid/discuss-webrtc/b2e1935c-5744-4caf-bdea-307c674a3e8a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
In Chrome, under Conn-audio-1-0, if the connection is UDP you should see
googTransportType udp
To view this discussion on the web visit https://groups.google.com/d/msgid/discuss-webrtc/CAHbrMsA4aikVGrQwEcaG7s%2BDdgv_6zW%3D60AFTpnogZ8n4buzpw%40mail.gmail.com.
Thanks Phillipp and Ben; I'm confused - isn't it a fairly simple thing for the webrtc-internals to report whether rtc is using a TURN server or P2P?
To view this discussion on the web visit https://groups.google.com/d/msgid/discuss-webrtc/e92b3e10-4205-4890-9c60-52025481306b%40googlegroups.com.
Have you called another machine or tab? Opening it one tab is not enough, I can see it under conn-audio-1-0 as mentioned.
To view this discussion on the web visit https://groups.google.com/d/msgid/discuss-webrtc/f5b7628e-2abf-4b9e-9acb-374b91b4d5f2%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/discuss-webrtc/20e40c28-1ab1-4699-a327-76153175c27e%40googlegroups.com.

To view this discussion on the web visit https://groups.google.com/d/msgid/discuss-webrtc/fb805ddb-db48-414f-a61d-9e39c3efa201%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/discuss-webrtc/CADxkKiLh%3DbC7fB2CSMS%2BpBQLFkRq_wDZUWhe4_ie-Sj_ZEra0Q%40mail.gmail.com.
I've been meaning to ask this: is there some user documentation somewhere on how to get to this kind of information with apprtc (incl URL parameters)?