MediaProvider.BeginGetAnswer 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.
Begins the asynchronous operation to get the sdp answer from MediaProvider.
protected:
abstract IAsyncResult ^ BeginGetAnswer(Microsoft::Rtc::Collaboration::ComponentModel::OfferAnswerContext ^ offerAnswerContext, Microsoft::Rtc::Collaboration::SdpOffer ^ offer, AsyncCallback ^ userCallback, System::Object ^ state);
protected abstract IAsyncResult BeginGetAnswer (Microsoft.Rtc.Collaboration.ComponentModel.OfferAnswerContext offerAnswerContext, Microsoft.Rtc.Collaboration.SdpOffer offer, AsyncCallback userCallback, object state);
abstract member BeginGetAnswer : Microsoft.Rtc.Collaboration.ComponentModel.OfferAnswerContext * Microsoft.Rtc.Collaboration.SdpOffer * AsyncCallback * obj -> IAsyncResult
Parameters
- offerAnswerContext
- OfferAnswerContext
The OfferAnswer context for the corresponding call.
- offer
- SdpOffer
The incoming offer.
- userCallback
- AsyncCallback
The method to be called when the asynchronous operation is completed.
- state
- Object
A user-provided object that distinguishes this particular asynchronous operation from other asynchronous operations.
Returns
An IAsyncResult that references the asynchronous operation.