Home | History | Annotate | Download | only in webrtc

Lines Matching refs:turn

59 static const char kTurnIceServer[] = "turn:test%40hello.com@test.com:1234";
61 "turn:test@hello.com?transport=tcp";
69 "turn:test.com:1234";
82 "turn:test@[2401:fa00:4::]:1234";
164 // This test verifies creation of PeerConnection with valid STUN and TURN
198 // This test verifies creation of PeerConnection with valid STUN and TURN
250 webrtc::PortAllocatorFactoryInterface::TurnConfiguration turn(
252 turn_configs.push_back(turn);
256 // This test verifies the PeerConnection created properly with TURN url which
271 webrtc::PortAllocatorFactoryInterface::TurnConfiguration turn(
273 turn_configs.push_back(turn);