MediaProvider.SetIncomingCallOffer(OfferAnswerContext, SdpOffer) 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.
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.