StateChanged Event

Raised when the state of the endpoint changes.

Namespace:  Microsoft.Rtc.Signaling
Assembly:  Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)

Syntax

'Declaration
Public Event StateChanged As EventHandler(Of EndpointStateChangedEventArgs)
'Usage
Dim instance As SipPeerToPeerEndpoint
Dim handler As EventHandler(Of EndpointStateChangedEventArgs)

AddHandler instance.StateChanged, handler
public event EventHandler<EndpointStateChangedEventArgs> StateChanged

See Also

Reference

SipPeerToPeerEndpoint Class

SipPeerToPeerEndpoint Members

Microsoft.Rtc.Signaling Namespace