Edit

Share via


RemoteParticipantChangedEventArgs Class

Definition

Represents the information received when the remote participant of the call changes.

public ref class RemoteParticipantChangedEventArgs : EventArgs
public class RemoteParticipantChangedEventArgs : EventArgs
type RemoteParticipantChangedEventArgs = class
    inherit EventArgs
Public Class RemoteParticipantChangedEventArgs
Inherits EventArgs
Inheritance
RemoteParticipantChangedEventArgs

Properties

NewParticipant

Gets the current remote participant of the call.

OriginalParticipant

Gets the previous remote participant of the call.

Applies to