LocalEndpoint.StateChanged 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 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.