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

Visual Basic (Declaration)
Public Event 
RemoteParticipantChanged 
As 
EventHandler(
Of 

RemoteParticipantChangedEventArgs)
C#
public event 
EventHandler<

RemoteParticipantChangedEventArgs> 
RemoteParticipantChanged
Visual C++
public:
 
event 
EventHandler<

RemoteParticipantChangedEventArgs^>^ 
RemoteParticipantChanged {
	
void 
add (
EventHandler<

RemoteParticipantChangedEventArgs^>^ 
value);
	
void 
remove (
EventHandler<

RemoteParticipantChangedEventArgs^>^ 
value);
}
JavaScript
function add_
remoteParticipantChanged(
value);
function remove_
remoteParticipantChanged(
value);

See Also