Conversation.InviteRemoteParticipantUpdate Event

Definition

Caution

This event will be removed from future versions. See ConferenceInvitation.EndDeliver for more information

Raised when the remote participant sends a response to the conference invitation.

public:
 event EventHandler<Microsoft::Rtc::Collaboration::InviteParticipantUpdateEventArgs ^> ^ InviteRemoteParticipantUpdate;
[System.Obsolete("This event will be removed from future versions. See ConferenceInvitation.EndDeliver for more information")]
public event EventHandler<Microsoft.Rtc.Collaboration.InviteParticipantUpdateEventArgs> InviteRemoteParticipantUpdate;
member this.InviteRemoteParticipantUpdate : EventHandler<Microsoft.Rtc.Collaboration.InviteParticipantUpdateEventArgs> 
Public Custom Event InviteRemoteParticipantUpdate As EventHandler(Of InviteParticipantUpdateEventArgs) 

Event Type

Attributes

Remarks

Multiple remote participants can be invited to a conference. This event will be raised each time a response to the conference invitation is received from one of the invited remote participants.

Applies to