add todo item in turn server code

(cherry picked from commit 13606aae6058cb8dee8100f06f6a999f8734a055)
This commit is contained in:
Daniel Gultsch 2022-12-29 14:53:05 +01:00 committed by Arne
parent bf1092f20d
commit b2db9e95f7

View file

@ -2663,6 +2663,12 @@ public class JingleRtpConnection extends AbstractJingleConnection
+ ": skipping invalid combination of udp/tls in external services");
continue;
}
// TODO Starting on milestone 110, Chromium will perform
// stricter validation of TURN and STUN URLs passed to the
// constructor of an RTCPeerConnection. More specifically,
// STUN URLs will not support a query section, and TURN URLs
// will support only a transport parameter in their query
// section.
final PeerConnection.IceServer.Builder iceServerBuilder =
PeerConnection.IceServer.builder(
String.format(