mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-07-29 21:38:22 +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
|
#ifdef ENABLE_WEBRTC
|
||||||
rtcServer_udp = nullptr;
|
rtcServer_udp = nullptr;
|
||||||
rtcServer_tcp = nullptr;
|
rtcServer_tcp = nullptr;
|
||||||
|
iceServer_udp = nullptr;
|
||||||
|
iceServer_tcp = nullptr;
|
||||||
|
CLEAR_ARR(signaling_server);
|
||||||
#endif
|
#endif
|
||||||
#ifdef ENABLE_SRT
|
#ifdef ENABLE_SRT
|
||||||
srtServer = nullptr;
|
srtServer = nullptr;
|
||||||
|
|||||||
Reference in New Issue
Block a user