Edit

Share via


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

 virtual Microsoft::Rtc::Signaling::ContentDescription ^ Microsoft.Rtc.Signaling.IOfferAnswer.GetOffer(System::Object ^ sender) = Microsoft::Rtc::Signaling::IOfferAnswer::GetOffer;
Microsoft.Rtc.Signaling.ContentDescription IOfferAnswer.GetOffer (object sender);
Function GetOffer (sender As Object) As ContentDescription Implements IOfferAnswer.GetOffer

Parameters

sender
Object

The object instance that is making this call.

Returns

The media description offer. This can return null to indicate that null offer is made.

Implements

Applies to