Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Raised when a new invitation is received.
Namespace: Microsoft.Rtc.Signaling
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Event SessionReceived As EventHandler(Of SessionReceivedEventArgs)
'Usage
Dim instance As RealTimeEndpoint
Dim handler As EventHandler(Of SessionReceivedEventArgs)
AddHandler instance.SessionReceived, handler
public event EventHandler<SessionReceivedEventArgs> SessionReceived