Adds jsdoc to previous commit

This commit is contained in:
yanas
2015-10-06 15:02:46 -05:00
parent 8a678286f7
commit 9a5d2012d3
2 changed files with 12 additions and 3 deletions

View File

@@ -20,7 +20,11 @@ var interfaceConfig = {
'recording', 'security', 'invite', 'chat', 'prezi', 'etherpad',
'fullscreen', 'sip', 'dialpad', 'settings', 'hangup', 'filmstrip',
'contacts'],
VIDEO_LAYOUT_FIT: 'both', // height, width, both
// Determines how the video would fit the screen. 'both' would fit the whole
// screen, 'height' would fit the original video height to the height of the
// screen, 'width' would fit the original video width to the width of the
// screen respecting ratio.
VIDEO_LAYOUT_FIT: 'both',
/**
* Whether to only show the filmstrip (and hide the toolbar).
*/