forked from mirror/monocles_chat
add todo item in turn server code
(cherry picked from commit 13606aae6058cb8dee8100f06f6a999f8734a055)
This commit is contained in:
parent
bf1092f20d
commit
b2db9e95f7
1 changed files with 6 additions and 0 deletions
|
@ -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(
|
||||
|
|
Loading…
Add table
Reference in a new issue