Conversation.InviteRemoteParticipantUpdate Event
NOTE: This API is now obsolete.
Raised when the remote participant sends a response to the conference invitation.
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
<ObsoleteAttribute("This event will be removed from future versions. See ConferenceInvitation.EndDeliver for more information")> _
Public Event InviteRemoteParticipantUpdate As EventHandler(Of InviteParticipantUpdateEventArgs)
'Usage
Dim instance As Conversation
Dim handler As EventHandler(Of InviteParticipantUpdateEventArgs)
AddHandler instance.InviteRemoteParticipantUpdate, handler
[ObsoleteAttribute("This event will be removed from future versions. See ConferenceInvitation.EndDeliver for more information")]
public event EventHandler<InviteParticipantUpdateEventArgs> InviteRemoteParticipantUpdate
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.
See Also
Reference
Microsoft.Rtc.Collaboration Namespace
BeginInviteRemoteParticipants(IEnumerable<String>, ToastMessage, AsyncCallback, Object)