Home
last modified time | relevance | path

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

/external/webrtc/pc/
Dpeer_connection_crypto_unittest.cc701 RTCOfferAnswerOptions options_bundle; in TEST_P() local
702 options_bundle.use_rtp_mux = true; in TEST_P()
705 answer = caller->CreateAnswer(options_bundle); in TEST_P()