Searched refs:offer_sdp (Results 1 – 1 of 1) sorted by relevance
4217 std::string offer_sdp(kSdpWithRtx); in TEST_F() local4220 CreateSessionDescription(JsepSessionDescription::kOffer, offer_sdp, NULL); in TEST_F()4221 EXPECT_TRUE(offer->ToString(&offer_sdp)); in TEST_F()4224 EXPECT_TRUE(offer_sdp.find("rtx") != std::string::npos); in TEST_F()