CollaborationPlatform.ConnectionAuthorizationRequested Event
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.