From f86706e0a29ddfd0fd40304225a446357d537785 Mon Sep 17 00:00:00 2001 From: winlin Date: Tue, 2 Jun 2020 14:38:14 +0800 Subject: [PATCH] RTC: Add config for twcc --- trunk/conf/full.conf | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/trunk/conf/full.conf b/trunk/conf/full.conf index 4dda4744f..709f3b0db 100644 --- a/trunk/conf/full.conf +++ b/trunk/conf/full.conf @@ -510,6 +510,12 @@ vhost rtc.vhost.srs.com { # default: on enabled on; } + # For TWCC. + twcc { + # Whether support TWCC. + # default: on + enabled on; + } } #############################################################################################