I am using webrtc RtcPeerConnection API in Chrome.
My local SDP offer is like this
a=candidate:0 1 UDP 2122252543 10.100.49.26 59882 typ host
a=candidate:1 1 TCP 2105524479 10.100.49.26 9 typ host tcptype active
I think if UDP is not working, it will try TCP.
But! I don't want TCP and TCP connection can cause exceptions, How can I remove the TCP line from my local SDP offer?