IOfferAnswer.GetOffer(Object) 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 offer is required for an outgoing INVITE request or an outgoing 200 OK response to an INVITE request with null offer.
public:
Microsoft::Rtc::Signaling::ContentDescription ^ GetOffer(System::Object ^ sender);
public Microsoft.Rtc.Signaling.ContentDescription GetOffer (object sender);
abstract member GetOffer : obj -> Microsoft.Rtc.Signaling.ContentDescription
Public Function GetOffer (sender As Object) As ContentDescription
Parameters
- sender
- Object
The object instance that is making this call.
Returns
Returns the media description offer. This can return null to indicate that null offer is made.