Searched refs:offer_opts (Results 1 – 1 of 1) sorted by relevance
1068 MediaSessionOptions offer_opts; in TEST_F() local1071 offer_opts.recv_video = true; in TEST_F()1073 offer_opts.data_channel_type = cricket::DCT_RTP; in TEST_F()1078 offer_opts.rtcp_mux_enabled = true; in TEST_F()1081 offer.reset(f1_.CreateOffer(offer_opts, NULL)); in TEST_F()1096 offer_opts.rtcp_mux_enabled = true; in TEST_F()1099 offer.reset(f1_.CreateOffer(offer_opts, NULL)); in TEST_F()1114 offer_opts.rtcp_mux_enabled = false; in TEST_F()1117 offer.reset(f1_.CreateOffer(offer_opts, NULL)); in TEST_F()1132 offer_opts.rtcp_mux_enabled = false; in TEST_F()[all …]