tremble 3 years ago
parent
commit
4950f96f5a
1 changed files with 0 additions and 2 deletions
  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");
     isLeader && localStream.setVideoProfile("480p");
 
 
-    
-
     await localStream.initialize();
     await localStream.initialize();
   } catch (error) {}
   } catch (error) {}
 }
 }