Edit

Share via


IOfferAnswer.SetAnswer(Object, ContentDescription) Method

Definition

The method that is called when media description response is received in a 200 OK response or ACK message for an INVITE request.

public:
 void SetAnswer(System::Object ^ sender, Microsoft::Rtc::Signaling::ContentDescription ^ answer);
public void SetAnswer (object sender, Microsoft.Rtc.Signaling.ContentDescription answer);
abstract member SetAnswer : obj * Microsoft.Rtc.Signaling.ContentDescription -> unit
Public Sub SetAnswer (sender As Object, answer As ContentDescription)

Parameters

sender
Object

The object instance that is making this call.

answer
ContentDescription

The answer received.

Applies to