浏览代码

Use vp8 codec

Vijayakrishnan 4 年之前
父节点
当前提交
8c54644ff5
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      resources/views/app/video/call-agora-v2.blade.php

+ 1 - 1
resources/views/app/video/call-agora-v2.blade.php

@@ -439,7 +439,7 @@
                     },
                     initMediaService: function() {
 
-                        this.mediaServiceClient = AgoraRTC.createClient({mode:'rtc', codec:'vp8'})
+                        this.mediaServiceClient = AgoraRTC.createClient({mode:'rtc', codec:'vp8'});
 
                         async function _acquireMicrophone() {
                             this.myMedia.isMicrophoneAcquired = false;