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.
public:
void SetAnswer(System::Object ^ sender, Microsoft::Rtc::Signaling::ContentDescription ^ answer);
public void SetAnswer (object sender, Microsoft.Rtc.Signaling.ContentDescription answer);
abstract member SetAnswer : obj * Microsoft.Rtc.Signaling.ContentDescription -> unit
Public Sub SetAnswer (sender As Object, answer As ContentDescription)
Parameters
- sender
- Object
The object instance that is making this call.
- answer
- ContentDescription
The answer received.