|  | @@ -19,8 +19,8 @@ var interfaceConfig = { // eslint-disable-line no-unused-vars
 | 
		
	
		
			
			| 19 | 19 |      INVITATION_POWERED_BY: true,
 | 
		
	
		
			
			| 20 | 20 |      // the toolbar buttons line is intentionally left in one line, to be able
 | 
		
	
		
			
			| 21 | 21 |      // to easily override values or remove them using regex
 | 
		
	
		
			
			| 22 |  | -    MAIN_TOOLBAR_BUTTONS: ['microphone', 'camera', 'desktop', 'invite', 'hangup'], // jshint ignore:line
 | 
		
	
		
			
			| 23 |  | -    TOOLBAR_BUTTONS: ['profile', 'authentication', 'microphone', 'camera', 'desktop', 'recording', 'security', 'raisehand', 'chat', 'etherpad', 'sharedvideo', 'fullscreen', 'sip', 'dialpad', 'settings', 'hangup', 'filmstrip', 'contacts'], // jshint ignore:line
 | 
		
	
		
			
			|  | 22 | +    MAIN_TOOLBAR_BUTTONS: ['microphone', 'camera', 'desktop', 'invite', 'fullscreen', 'hangup'], // jshint ignore:line
 | 
		
	
		
			
			|  | 23 | +    TOOLBAR_BUTTONS: ['profile', 'authentication', 'microphone', 'camera', 'desktop', 'recording', 'security', 'raisehand', 'chat', 'etherpad', 'sharedvideo', 'sip', 'dialpad', 'settings', 'hangup', 'filmstrip', 'contacts'], // jshint ignore:line
 | 
		
	
		
			
			| 24 | 24 |      SETTINGS_SECTIONS: ['language', 'devices', 'moderator'],
 | 
		
	
		
			
			| 25 | 25 |      // Determines how the video would fit the screen. 'both' would fit the whole
 | 
		
	
		
			
			| 26 | 26 |      // screen, 'height' would fit the original video height to the height of the
 |