RemoteParticipantChanged Event

Raised when the remote participant that accepted this call cannot be verified as matching the original participant invited.

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

Syntax

'Declaration
Public Event RemoteParticipantChanged As EventHandler(Of RemoteParticipantChangedEventArgs)
'Usage
Dim instance As Call
Dim handler As EventHandler(Of RemoteParticipantChangedEventArgs)

AddHandler instance.RemoteParticipantChanged, handler
public event EventHandler<RemoteParticipantChangedEventArgs> RemoteParticipantChanged

See Also

Reference

Call Class

Call Members

Microsoft.Rtc.Collaboration Namespace