Edit

Share via


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

 virtual void Microsoft.Rtc.Signaling.IOfferAnswer.SetAnswer(System::Object ^ sender, Microsoft::Rtc::Signaling::ContentDescription ^ answer) = Microsoft::Rtc::Signaling::IOfferAnswer::SetAnswer;
void IOfferAnswer.SetAnswer (object sender, Microsoft.Rtc.Signaling.ContentDescription answer);
Sub SetAnswer (sender As Object, answer As ContentDescription) Implements IOfferAnswer.SetAnswer

Parameters

sender
Object

The object instance that is making this call.

answer
ContentDescription

The answer received.

Implements

Applies to