RemoteParticipantChangedEventArgs Class
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.
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. |