Make the maximised prop of VideoTile optional
This commit is contained in:
		
					parent
					
						
							
								d9b0f45c6a
							
						
					
				
			
			
				commit
				
					
						4a08ae75b3
					
				
			
		
					 2 changed files with 1 additions and 2 deletions
				
			
		| 
						 | 
					@ -77,7 +77,6 @@ export const ParticipantsTest = () => {
 | 
				
			||||||
              key={item.id}
 | 
					              key={item.id}
 | 
				
			||||||
              name={`User ${item.id}`}
 | 
					              name={`User ${item.id}`}
 | 
				
			||||||
              disableSpeakingIndicator={items.length < 3}
 | 
					              disableSpeakingIndicator={items.length < 3}
 | 
				
			||||||
              maximised={false}
 | 
					 | 
				
			||||||
              {...rest}
 | 
					              {...rest}
 | 
				
			||||||
            />
 | 
					            />
 | 
				
			||||||
          )}
 | 
					          )}
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -33,7 +33,7 @@ interface Props {
 | 
				
			||||||
  mediaRef?: React.RefObject<MediaElement>;
 | 
					  mediaRef?: React.RefObject<MediaElement>;
 | 
				
			||||||
  onOptionsPress?: () => void;
 | 
					  onOptionsPress?: () => void;
 | 
				
			||||||
  localVolume?: number;
 | 
					  localVolume?: number;
 | 
				
			||||||
  maximised: boolean;
 | 
					  maximised?: boolean;
 | 
				
			||||||
  fullscreen?: boolean;
 | 
					  fullscreen?: boolean;
 | 
				
			||||||
  onFullscreen?: () => void;
 | 
					  onFullscreen?: () => void;
 | 
				
			||||||
  className?: string;
 | 
					  className?: string;
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue