Edit

Share via


IOfferAnswer.GetAnswer(Object, ContentDescription) Method

Definition

The method that is called when media description answer is required for an outgoing 200 OK response or an outgoing ACK when the initial INVITE request had no offer.

public:
 Microsoft::Rtc::Signaling::ContentDescription ^ GetAnswer(System::Object ^ sender, Microsoft::Rtc::Signaling::ContentDescription ^ offer);
public Microsoft.Rtc.Signaling.ContentDescription GetAnswer (object sender, Microsoft.Rtc.Signaling.ContentDescription offer);
abstract member GetAnswer : obj * Microsoft.Rtc.Signaling.ContentDescription -> Microsoft.Rtc.Signaling.ContentDescription
Public Function GetAnswer (sender As Object, offer As ContentDescription) As ContentDescription

Parameters

sender
Object

The object instance that is making this call.

offer
ContentDescription

The offer made by the remote participant.

Returns

Returns the media description answer.

Applies to