Explorar el Código

Use vp8 codec

Vijayakrishnan hace 4 años
padre
commit
010a234aaa
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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:'h264'})
+                        this.mediaServiceClient = AgoraRTC.createClient({mode:'rtc', codec:'vp8'})
 
                         async function _acquireMicrophone() {
                             this.myMedia.isMicrophoneAcquired = false;