ConferenceSession.IOfferAnswer.GetAnswer(Object, ContentDescription) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.