diff --git a/call/rtp_video_sender.cc b/call/rtp_video_sender.cc index 5b6712d87e..7f0e9dacab 100644 --- a/call/rtp_video_sender.cc +++ b/call/rtp_video_sender.cc @@ -231,6 +231,8 @@ std::vector CreateRtpStreamSenders( crypto_options.sframe.require_frame_encryption; configuration.extmap_allow_mixed = rtp_config.extmap_allow_mixed; configuration.rtcp_report_interval_ms = rtcp_report_interval_ms; + configuration.use_deferred_sequencing = !absl::StartsWith( + trials.Lookup("WebRTC-Video-DeferredSequencing"), "Disabled"); configuration.field_trials = &trials; std::vector rtp_streams;