|
@ -439,6 +439,7 @@ onUnmounted(() => { |
|
|
// 释放 webRtcServer |
|
|
// 释放 webRtcServer |
|
|
if (!webRtcServer.value) return; |
|
|
if (!webRtcServer.value) return; |
|
|
console.log(123); |
|
|
console.log(123); |
|
|
|
|
|
jessibuca.value.destroy() |
|
|
// webRtcServer.value.disconnect(); |
|
|
// webRtcServer.value.disconnect(); |
|
|
// webRtcServer.value = null; |
|
|
// webRtcServer.value = null; |
|
|
} |
|
|
} |
|
|