tremble 3 년 전
부모
커밋
4950f96f5a
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      src/components/RTC/Trtccom.vue

+ 0 - 2
src/components/RTC/Trtccom.vue

@@ -103,8 +103,6 @@ async function createLocalStream() {
     });
     isLeader && localStream.setVideoProfile("480p");
 
-    
-
     await localStream.initialize();
   } catch (error) {}
 }