MediaProvider.SetAnswer(OfferAnswerContext, SdpOffer, SdpAnswer) 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 incoming answer on MediaProvider.
protected:
abstract void SetAnswer(Microsoft::Rtc::Collaboration::ComponentModel::OfferAnswerContext ^ context, Microsoft::Rtc::Collaboration::SdpOffer ^ originalOffer, Microsoft::Rtc::Collaboration::SdpAnswer ^ answer);
protected abstract void SetAnswer (Microsoft.Rtc.Collaboration.ComponentModel.OfferAnswerContext context, Microsoft.Rtc.Collaboration.SdpOffer originalOffer, Microsoft.Rtc.Collaboration.SdpAnswer answer);
abstract member SetAnswer : Microsoft.Rtc.Collaboration.ComponentModel.OfferAnswerContext * Microsoft.Rtc.Collaboration.SdpOffer * Microsoft.Rtc.Collaboration.SdpAnswer -> unit
Protected MustOverride Sub SetAnswer (context As OfferAnswerContext, originalOffer As SdpOffer, answer As SdpAnswer)
Parameters
- context
- OfferAnswerContext
The Call context for the corresponding call.
- originalOffer
- SdpOffer
The original offer.
- answer
- SdpAnswer
The incoming answer.
Exceptions
Thrown when the answer is not acceptable.