ConferenceSession.IOfferAnswer.SetAnswer(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 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.