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