Edit

Share via


IOfferAnswer.GetOffer(Object) Method

Definition

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.

Applies to