add todo item in turn server code
This commit is contained in:
parent
1fbff835e1
commit
13606aae60
|
@ -2634,6 +2634,12 @@ public class JingleRtpConnection extends AbstractJingleConnection
|
||||||
+ ": skipping invalid combination of udp/tls in external services");
|
+ ": skipping invalid combination of udp/tls in external services");
|
||||||
continue;
|
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 =
|
final PeerConnection.IceServer.Builder iceServerBuilder =
|
||||||
PeerConnection.IceServer.builder(
|
PeerConnection.IceServer.builder(
|
||||||
String.format(
|
String.format(
|
||||||
|
|
Loading…
Reference in a new issue