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