mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
RTC: Support config the DTLS role and version
This commit is contained in:
parent
a6ade57ce5
commit
94ebcf6306
10 changed files with 171 additions and 38 deletions
|
@ -547,6 +547,8 @@ public:
|
|||
bool get_rtc_keep_sequence(std::string vhost);
|
||||
bool get_rtc_nack_enabled(std::string vhost);
|
||||
bool get_rtc_twcc_enabled(std::string vhost);
|
||||
std::string get_rtc_dtls_role(std::string vhost);
|
||||
std::string get_rtc_dtls_version(std::string vhost);
|
||||
|
||||
// vhost specified section
|
||||
public:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue