Parcourir la source

Undo temp changes

Vijayakrishnan il y a 4 ans
Parent
commit
a30633e86f
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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:'h264'})
 
                         async function _acquireMicrophone() {
                             this.myMedia.isMicrophoneAcquired = false;