MediaProvider.EndSdpRenegotiation(IAsyncResult) Method

Definition

Ends the asynchronous operation started by the BeginSdpRenegotiation method.

protected:
 void EndSdpRenegotiation(IAsyncResult ^ result);
protected void EndSdpRenegotiation (IAsyncResult result);
member this.EndSdpRenegotiation : IAsyncResult -> unit
Protected Sub EndSdpRenegotiation (result As IAsyncResult)

Parameters

result
IAsyncResult

The reference to the pending asynchronous operation.

Exceptions

Thrown when this method is invoked multiple times using the same asyncResult.

Thrown when the result parameter is null.

Thrown when the result parameter is invalid.

Thrown when the server or remote participant returns an error and error response code can not be mapped to SdpAnswerStatus.

Thrown when any of the sub operations of this operation failed due to SIP related errors like connection failure, Authentication failure.

Applies to