LocalEndpoint.StateChanged Event
Raised when the local endpoint state changes.
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Event StateChanged As EventHandler(Of LocalEndpointStateChangedEventArgs)
'Usage
Dim instance As LocalEndpoint
Dim handler As EventHandler(Of LocalEndpointStateChangedEventArgs)
AddHandler instance.StateChanged, handler
public event EventHandler<LocalEndpointStateChangedEventArgs> StateChanged
Remarks
An application must register for this event to know when the endpoint state gets signed out or fails to refresh the registration against a server.