Vijayakrishnan 4 лет назад
Родитель
Сommit
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;