jiti-meet/modules/UI/videolayout/LargeContainer.js

25 lines
281 B
JavaScript
Raw Normal View History

2015-12-25 16:55:45 +00:00
export default class LargeContainer {
/**
* @returns Promise
*/
show () {
}
/**
* @returns Promise
*/
hide () {
}
resize (containerWidth, containerHeight, animate) {
}
onHoverIn (e) {
}
onHoverOut (e) {
}
}