Call.RemoteParticipantChanged 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 remote participant that accepted this call cannot be verified as matching the original participant invited.
public:
event EventHandler<Microsoft::Rtc::Collaboration::RemoteParticipantChangedEventArgs ^> ^ RemoteParticipantChanged;
public event EventHandler<Microsoft.Rtc.Collaboration.RemoteParticipantChangedEventArgs> RemoteParticipantChanged;
member this.RemoteParticipantChanged : EventHandler<Microsoft.Rtc.Collaboration.RemoteParticipantChangedEventArgs>
Public Custom Event RemoteParticipantChanged As EventHandler(Of RemoteParticipantChangedEventArgs)