add todo item in turn server code

This commit is contained in:
Daniel Gultsch 2022-12-29 14:53:05 +01:00
parent 1fbff835e1
commit 13606aae60
No known key found for this signature in database
GPG key ID: F43D18AD2A0982C2

View file

@ -2634,6 +2634,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(