Browse Source

Use vp8 codec

Vijayakrishnan 4 years ago
parent
commit
8c54644ff5
1 changed files with 1 additions and 1 deletions
  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;