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

Refine RTC, reject when config disabled.

This commit is contained in:
winlin 2020-05-03 13:11:38 +08:00
parent f71b833520
commit ef64c5e2bd
7 changed files with 39 additions and 3 deletions

View file

@ -521,7 +521,7 @@ public:
// rtc section
public:
virtual int get_rtc_server_enabled();
virtual bool get_rtc_server_enabled();
virtual bool get_rtc_server_enabled(SrsConfDirective* conf);
virtual int get_rtc_server_listen();
virtual std::string get_rtc_server_candidates();