We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba90c6a commit 23c843bCopy full SHA for 23c843b
src/api/interceptor_registry/mod.rs
@@ -22,7 +22,7 @@ pub async fn register_default_interceptors(
22
23
registry = configure_rtcp_reports(registry);
24
25
- registry = configure_twcc(registry, media_engine).await?;
+ registry = configure_twcc_receiver_only(registry, media_engine).await?;
26
27
Ok(registry)
28
}
0 commit comments