Browse Source
			
			
			Pass on all necessary options
			
				Signed-off-by: Joas Schilling <coding@schilljs.com>
			
			
				pull/2260/head
			
			
		 
		
			
				
					
						 Joas Schilling
					
					6 years ago
						Joas Schilling
					
					6 years ago
					
				 
				
			 
		 
		
			
				
				  
				  No known key found for this signature in database
				  
				  	
						GPG Key ID: 7076EA9751AACDDA
				  	
				  
				
			
		
		
		
	
		
			
				 1 changed files with 
4 additions and 
0 deletions
			 
			
		 
		
			
				- 
					
					
					 
					lib/Room.php
				
					
					
						
							
								
									
										
											
	
		
			
				
					|  |  | @ -290,6 +290,10 @@ class Room { | 
			
		
	
		
			
				
					|  |  |  | 		$properties = [ | 
			
		
	
		
			
				
					|  |  |  | 			'name' => $this->getDisplayName($userId), | 
			
		
	
		
			
				
					|  |  |  | 			'type' => $this->getType(), | 
			
		
	
		
			
				
					|  |  |  | 			'lobby-state' => $this->getLobbyState(), | 
			
		
	
		
			
				
					|  |  |  | 			'lobby-timer' => $this->getLobbyTimer(), | 
			
		
	
		
			
				
					|  |  |  | 			'read-only' => $this->getReadOnly(), | 
			
		
	
		
			
				
					|  |  |  | 			'active-since' => $this->getActiveSince(), | 
			
		
	
		
			
				
					|  |  |  | 		]; | 
			
		
	
		
			
				
					|  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  | 		$event = new SignalingRoomPropertiesEvent($this, $userId, $properties); | 
			
		
	
	
		
			
				
					|  |  | 
 |