소스 검색

Adds methods to abstraction LargeContainer which are used by LargeVideo when updating video.

master
damencho 9 년 전
부모
커밋
6955bb71f3
1개의 변경된 파일16개의 추가작업 그리고 0개의 파일을 삭제
  1. 16
    0
      modules/UI/videolayout/LargeContainer.js

+ 16
- 0
modules/UI/videolayout/LargeContainer.js 파일 보기

@@ -38,4 +38,20 @@ export default class LargeContainer {
38 38
      */
39 39
     onHoverOut (e) {
40 40
     }
41
+
42
+    /**
43
+     * Update video stream.
44
+     * @param {JitsiTrack?} stream new stream
45
+     * @param {string} videoType video type
46
+     */
47
+    setStream (stream, videoType) {
48
+    }
49
+
50
+    /**
51
+     * Show or hide user avatar.
52
+     * @param {boolean} show
53
+     */
54
+    showAvatar (show) {
55
+    }
56
+
41 57
 }

Loading…
취소
저장