ConferenceSession.IOfferAnswer.HandleOfferInInviteResponse 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.
The method that is called when a media offer is received by the inviter in response to the original reinvite with a null offer.
virtual void Microsoft.Rtc.Signaling.IOfferAnswer.HandleOfferInInviteResponse(System::Object ^ sender, Microsoft::Rtc::Signaling::OfferInInviteResponseEventArgs ^ e) = Microsoft::Rtc::Signaling::IOfferAnswer::HandleOfferInInviteResponse;
void IOfferAnswer.HandleOfferInInviteResponse (object sender, Microsoft.Rtc.Signaling.OfferInInviteResponseEventArgs e);
Sub HandleOfferInInviteResponse (sender As Object, e As OfferInInviteResponseEventArgs) Implements IOfferAnswer.HandleOfferInInviteResponse
Parameters
- sender
- Object
The object instance that is making this call.
The event argument containing information about the offer.
Implements
Remarks
The application can cache this event argument and start preparing the answer. When it is ready, it can call the "Accept" method in the event argument to let the platform call the GetAnswer method.