|  | @@ -19,7 +19,7 @@ func (NoOpAuthenticator) Build() (*serial.TypedMessage, error) {
 | 
											
												
													
														|  |  type NoOpConnectionAuthenticator struct{}
 |  |  type NoOpConnectionAuthenticator struct{}
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  |  func (NoOpConnectionAuthenticator) Build() (*serial.TypedMessage, error) {
 |  |  func (NoOpConnectionAuthenticator) Build() (*serial.TypedMessage, error) {
 | 
											
												
													
														|  | -	return serial.ToTypedMessage(new(noop.Config)), nil
 |  | 
 | 
											
												
													
														|  | 
 |  | +	return serial.ToTypedMessage(new(noop.ConnectionConfig)), nil
 | 
											
												
													
														|  |  }
 |  |  }
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  |  type SRTPAuthenticator struct{}
 |  |  type SRTPAuthenticator struct{}
 |