mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-03-18 12:00:54 +08:00
fix: 修复c sdk 信令服务及ice服务未关闭问题 (#4475)
This commit is contained in:
@@ -82,6 +82,9 @@ API_EXPORT void API_CALL mk_stop_all_server(){
|
||||
#ifdef ENABLE_WEBRTC
|
||||
rtcServer_udp = nullptr;
|
||||
rtcServer_tcp = nullptr;
|
||||
iceServer_udp = nullptr;
|
||||
iceServer_tcp = nullptr;
|
||||
CLEAR_ARR(signaling_server);
|
||||
#endif
|
||||
#ifdef ENABLE_SRT
|
||||
srtServer = nullptr;
|
||||
|
||||
Reference in New Issue
Block a user