Edit

Share via


CollaborationPlatform.ConnectionAuthorizationRequested Event

Definition

Raised when a connection is established and authorization by the application is needed.

public:
 event EventHandler<Microsoft::Rtc::Signaling::ConnectionAuthorizationRequestedEventArgs ^> ^ ConnectionAuthorizationRequested;
public event EventHandler<Microsoft.Rtc.Signaling.ConnectionAuthorizationRequestedEventArgs> ConnectionAuthorizationRequested;
member this.ConnectionAuthorizationRequested : EventHandler<Microsoft.Rtc.Signaling.ConnectionAuthorizationRequestedEventArgs> 
Public Custom Event ConnectionAuthorizationRequested As EventHandler(Of ConnectionAuthorizationRequestedEventArgs) 

Event Type

Remarks

If this event is not registered for, the platform will apply default connection authorization logic. For Tls connections, the trusted domains list is used for default connection authorization.

Until connections are authorized, application data will not be sent or received on this connection.

Applies to