ConferenceSession.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.

 virtual Microsoft::Rtc::Signaling::ContentDescription ^ Microsoft.Rtc.Signaling.IOfferAnswer.GetAnswer(System::Object ^ sender, Microsoft::Rtc::Signaling::ContentDescription ^ offer) = Microsoft::Rtc::Signaling::IOfferAnswer::GetAnswer;
Microsoft.Rtc.Signaling.ContentDescription IOfferAnswer.GetAnswer (object sender, Microsoft.Rtc.Signaling.ContentDescription offer);
Function GetAnswer (sender As Object, offer As ContentDescription) As ContentDescription Implements IOfferAnswer.GetAnswer

Parameters

sender
Object

The object instance that is making this call.

offer
ContentDescription

The offer made by the remote participant.

Returns

The media description answer.

Implements

Applies to