LocalEndpoint.StateChanged Event

Definition

Raised when the local endpoint state changes.

public:
 event EventHandler<Microsoft::Rtc::Collaboration::LocalEndpointStateChangedEventArgs ^> ^ StateChanged;
public event EventHandler<Microsoft.Rtc.Collaboration.LocalEndpointStateChangedEventArgs> StateChanged;
member this.StateChanged : EventHandler<Microsoft.Rtc.Collaboration.LocalEndpointStateChangedEventArgs> 
Public Custom Event StateChanged As EventHandler(Of LocalEndpointStateChangedEventArgs) 

Event Type

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.

Applies to