diff --git a/pc/rtp_transceiver.cc b/pc/rtp_transceiver.cc index 594f2d1d53..d1bf578db8 100644 --- a/pc/rtp_transceiver.cc +++ b/pc/rtp_transceiver.cc @@ -202,7 +202,7 @@ RTCError RtpTransceiver::CreateChannel( "No media engine for mid=" + std::string(mid)); } bool use_split_media_channel = - context()->field_trials().IsEnabled("WebRTC-SplitMediaChannel"); + !context()->field_trials().IsDisabled("WebRTC-SplitMediaChannel"); std::unique_ptr new_channel; if (media_type() == cricket::MEDIA_TYPE_AUDIO) { // TODO(bugs.webrtc.org/11992): CreateVideoChannel internally switches to