mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
RTC: refine get_srtp_key parameter name
This commit is contained in:
parent
b6ecb0a18f
commit
acf9c9d25b
2 changed files with 4 additions and 4 deletions
|
@ -94,7 +94,7 @@ public:
|
|||
srs_error_t initialize(SrsRequest* r);
|
||||
srs_error_t do_handshake();
|
||||
srs_error_t on_dtls(char* data, int nb_data);
|
||||
srs_error_t get_srtp_key(std::string& send_key, std::string& recv_key);
|
||||
srs_error_t get_srtp_key(std::string& recv_key, std::string& send_key);
|
||||
private:
|
||||
SSL_CTX* build_dtls_ctx();
|
||||
srs_error_t handshake();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue