Searched defs:MediaSessionOptions (Results 1 – 1 of 1) sorted by relevance
108 struct MediaSessionOptions { struct109 MediaSessionOptions() {} in MediaSessionOptions() function111 bool has_audio() const { return HasMediaDescription(MEDIA_TYPE_AUDIO); } in has_audio()112 bool has_video() const { return HasMediaDescription(MEDIA_TYPE_VIDEO); } in has_video()113 bool has_data() const { return HasMediaDescription(MEDIA_TYPE_DATA); } in has_data()117 bool vad_enabled = true; // When disabled, removes all CN codecs from SDP.118 bool rtcp_mux_enabled = true;119 bool bundle_enabled = false;120 bool offer_extmap_allow_mixed = false;121 bool raw_packetization_for_video = false;[all …]