InvitationAcceptedEventArgs.SendAcknowledgement Method

Definition

Sends an acknowledgement for the remote that just accepted the invitation. The acknowledgement should be sent as soon as possible to avoid the remote from timing out the invitation. This method does not wait for the acknowledgement to be actually sent on the wire. The application should use the invite operation for this purpose.

public:
 void SendAcknowledgement(System::Collections::Generic::IEnumerable<Microsoft::Rtc::Signaling::SignalingHeader ^> ^ signalingHeadersToAdd);
public void SendAcknowledgement (System.Collections.Generic.IEnumerable<Microsoft.Rtc.Signaling.SignalingHeader> signalingHeadersToAdd);
member this.SendAcknowledgement : seq<Microsoft.Rtc.Signaling.SignalingHeader> -> unit
Public Sub SendAcknowledgement (signalingHeadersToAdd As IEnumerable(Of SignalingHeader))

Parameters

signalingHeadersToAdd
IEnumerable<SignalingHeader>

The signaling headers to add. Can be null.

Exceptions

Thrown when the operation already timedout or ack already sent or when original offer was null.

Applies to