Edit

Share via


ConferenceSession.IOfferAnswer.HandleOfferInInviteResponse Method

Definition

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.

e
OfferInInviteResponseEventArgs

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.

Applies to