Assembly: Microsoft.Rtc.Collaboration (in microsoft.rtc.collaboration.dll)
Syntax
Remarks
InvitationAcceptedEventArgs represents the class used when the InvitationAccepted event is raised. This gives access to the headers in the response, in addition to informing the application that the invitation has been accepted. The headers exposed in this event are the same as the one returned when the application calls the EndEnter methods to fetch headers. If the application registers for this event, it is responsible for sending the acknowledgement in a timely manner. If the application does not send ACK the platform sends it when the application returns from this event. If an application chooses to send the ACK later, it should set the property DelayAck to true. DelayAck is false by default.
Inheritance Hierarchy
System.Object
System.EventArgs
Microsoft.Rtc.Signaling.SipResponseReceivedEventArgs
Microsoft.Rtc.Signaling.InvitationAcceptedEventArgs
System.EventArgs
Microsoft.Rtc.Signaling.SipResponseReceivedEventArgs
Microsoft.Rtc.Signaling.InvitationAcceptedEventArgs
Thread Safety
All public static (Shared in Visual
Basic) members of this type are thread-safe. Instance members are
not guaranteed to be thread-safe.