1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00

rtc: support publish twcc using twcc config

This commit is contained in:
jinxue.cgh 2020-05-19 18:17:41 +08:00 committed by winlin
parent d5e91694d5
commit 9840ad8d55
3 changed files with 43 additions and 0 deletions

View file

@ -549,6 +549,7 @@ public:
srs_utime_t get_rtc_stun_timeout(std::string vhost);
bool get_rtc_stun_strict_check(std::string vhost);
bool get_rtc_nack_enabled(std::string vhost);
bool get_rtc_twcc_enabled(std::string vhost);
// vhost specified section
public: