Commit 9f9cf67d authored by Skye Yu's avatar Skye Yu

test:

parent 02865af0
......@@ -82,6 +82,8 @@ function Jensen(log) {
if (device?.opened === false) {
try {
clearTimeout(statusTimeout);
const audio = document.getElementById('test_audio');
audio && audio.pause() && audio.remove();
if (this.ondisconnect && !this.isStopConnectionCheck) this.ondisconnect();
} catch (e) {
console.log(e);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment