Home
last modified time | relevance | path

Searched refs:kBundleWithoutRtcpMux (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/talk/app/webrtc/
Dwebrtcsession.h65 extern const char kBundleWithoutRtcpMux[];
Dwebrtcsession.cc73 const char kBundleWithoutRtcpMux[] = "RTCP-MUX must be enabled when BUNDLE " variable
1987 return BadSdp(source, type, kBundleWithoutRtcpMux, err_desc); in ValidateSessionDescription()
Dwebrtcsession_unittest.cc97 using webrtc::kBundleWithoutRtcpMux;
3368 SetLocalDescriptionOfferExpectError(kBundleWithoutRtcpMux, local_offer); in TEST_F()
3372 SetRemoteDescriptionOfferExpectError(kBundleWithoutRtcpMux, remote_offer); in TEST_F()