Forráskód Böngészése

removed refresh on publish

Josh 4 éve
szülő
commit
d84aaaf58d
1 módosított fájl, 3 hozzáadás és 3 törlés
  1. 3 3
      resources/views/app/video/call-agora-v2.blade.php

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

@@ -480,9 +480,9 @@
                                 console.log('ALIX user-published', user);
                                 await this.mediaServiceClient.subscribe(user, mediaType)
                                 this.attemptToPlayParticipantMedia(user, mediaType);
-                                // window.setTimeout(() => {
-                                //     this.refreshVideos();
-                                // }, 250);
+                                window.setTimeout(() => {
+                                    this.refreshVideos();
+                                }, 500);
                             });
                         }
                         async function _initMediaService() {