mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
RTC: Support multiple address for client. 4.0.36
This commit is contained in:
parent
7ec5ef8497
commit
21835c38b7
7 changed files with 91 additions and 64 deletions
|
@ -118,7 +118,7 @@ public:
|
|||
void destroy(SrsRtcConnection* session);
|
||||
public:
|
||||
bool insert_into_id_sessions(const std::string& peer_id, SrsRtcConnection* session);
|
||||
void remove_id_sessions(const std::string& peer_id);
|
||||
// TODO: FIXME: Change to private.
|
||||
void check_and_clean_timeout_session();
|
||||
int nn_sessions();
|
||||
SrsRtcConnection* find_session_by_username(const std::string& ufrag);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue