Adds methods to abstraction LargeContainer which are used by LargeVideo when updating video.
This commit is contained in:
parent
5837ef506c
commit
6955bb71f3
|
@ -38,4 +38,20 @@ export default class LargeContainer {
|
||||||
*/
|
*/
|
||||||
onHoverOut (e) {
|
onHoverOut (e) {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Update video stream.
|
||||||
|
* @param {JitsiTrack?} stream new stream
|
||||||
|
* @param {string} videoType video type
|
||||||
|
*/
|
||||||
|
setStream (stream, videoType) {
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Show or hide user avatar.
|
||||||
|
* @param {boolean} show
|
||||||
|
*/
|
||||||
|
showAvatar (show) {
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue