MediaProvider.SetIncomingCallOffer(OfferAnswerContext, SdpOffer) Method

Definition

Sets the initial offer on the MediaProvider.

protected:
 virtual void SetIncomingCallOffer(Microsoft::Rtc::Collaboration::ComponentModel::OfferAnswerContext ^ offerAnswerContext, Microsoft::Rtc::Collaboration::SdpOffer ^ offer);
protected virtual void SetIncomingCallOffer (Microsoft.Rtc.Collaboration.ComponentModel.OfferAnswerContext offerAnswerContext, Microsoft.Rtc.Collaboration.SdpOffer offer);
abstract member SetIncomingCallOffer : Microsoft.Rtc.Collaboration.ComponentModel.OfferAnswerContext * Microsoft.Rtc.Collaboration.SdpOffer -> unit
override this.SetIncomingCallOffer : Microsoft.Rtc.Collaboration.ComponentModel.OfferAnswerContext * Microsoft.Rtc.Collaboration.SdpOffer -> unit

Parameters

offerAnswerContext
OfferAnswerContext

The OfferAnswerContext.

offer
SdpOffer

The initial offer.

Remarks

The Call invokes this method when a media provider is bound to the incoming call. The existing behavior for accepting the call is not changed; it will continue to send the same offer.

Applies to