You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
	
	
		
			
				
					
						
						
							| 12345678910111213141516 | /**
 * The errors for the connection.
 */
/**
 * Indicates that a connection error occurred when trying to join a conference.
 */
export const CONNECTION_ERROR = "connection.connectionError";
/**
 * Not specified errors.
 */
export const OTHER_ERROR = "connection.otherError";
/**
 * Indicates that a password is required in order to join the conference.
 */
export const PASSWORD_REQUIRED = "connection.passwordRequired";
 |