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

fix cascade SIP bye failed

This commit is contained in:
kyxlx550 2020-04-19 00:18:30 +08:00
parent fb23739113
commit 167711400a
3 changed files with 86 additions and 13 deletions

View file

@ -106,6 +106,9 @@ public:
int host_port;
SrsSipCmdType cmdtype;
std::string from_realm;
std::string to_realm;
public:
SrsRtspSdp* sdp;
SrsRtspTransport* transport;