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:
parent
f71b833520
commit
ef64c5e2bd
7 changed files with 39 additions and 3 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue