shuisheng il y a 2 ans
Parent
commit
f860ffa2c3
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/views/push/index.vue

+ 1 - 1
src/views/push/index.vue

@@ -482,7 +482,7 @@ function handleMixedAudio() {
   if (webaudioVideo.value) {
     webaudioVideo.value.remove();
   }
-  webaudioVideo.value = createVideo({ appendChild: true, show: true });
+  webaudioVideo.value = createVideo({ appendChild: true, show: false });
   bodyAppendChildElArr.value.push(webaudioVideo.value);
   webaudioVideo.value.className = 'web-audio-video';
   webaudioVideo.value!.srcObject = destination.stream;