浏览代码

Log when remote participant published audio/video

Vijayakrishnan 4 年之前
父节点
当前提交
18dc04aab5
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      resources/views/app/video/call-minimal.blade.php

+ 1 - 1
resources/views/app/video/call-minimal.blade.php

@@ -532,7 +532,7 @@
                             user.audioTrack.play();
                             user.audioTrack.play();
                         }
                         }
 
 
-                        // TODO log
+                        this.log('got ' + mediaType + ' stream from user: ' + user.uid);
                     }
                     }
                     catch (e) {
                     catch (e) {
                         this.log('could not subscribe to ' + mediaType + ' from ' + user.uid + ' - ' + e.toString(), 'error');
                         this.log('could not subscribe to ' + mediaType + ' from ' + user.uid + ' - ' + e.toString(), 'error');