Searched defs:MediaSessionOptions (Results 1 – 1 of 1) sorted by relevance
96 struct MediaSessionOptions { struct97 MediaSessionOptions() {} in MediaSessionOptions() argument99 bool has_audio() const { return HasMediaDescription(MEDIA_TYPE_AUDIO); } in has_audio()100 bool has_video() const { return HasMediaDescription(MEDIA_TYPE_VIDEO); } in has_video()101 bool has_data() const { return HasMediaDescription(MEDIA_TYPE_DATA); } in has_data()105 DataChannelType data_channel_type = DCT_NONE;106 bool vad_enabled = true; // When disabled, removes all CN codecs from SDP.107 bool rtcp_mux_enabled = true;108 bool bundle_enabled = false;109 bool offer_extmap_allow_mixed = false;[all …]