Share via


ConferenceSession.IOfferAnswer.HandleOfferInReInvite Method

The method that is called when media renegotiation (ReInvite) is received. This happens when the remote sends another INVITE request inside an existing INVITE dialog to renegotiate media description.

Namespace:  Microsoft.Rtc.Collaboration
Assembly:  Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)

Syntax

'Declaration
Private Sub HandleOfferInReInvite ( _
    sender As Object, _
    e As OfferInReInviteEventArgs _
) Implements IOfferAnswer.HandleOfferInReInvite
'Usage
Dim instance As ConferenceSession
Dim sender As Object
Dim e As OfferInReInviteEventArgs

CType(instance, IOfferAnswer).HandleOfferInReInvite(sender, _
    e)
void IOfferAnswer.HandleOfferInReInvite(
    Object sender,
    OfferInReInviteEventArgs e
)

Parameters

  • sender
    Type: System.Object
    The object instance that is making this call.

Implements

IOfferAnswer.HandleOfferInReInvite(Object, OfferInReInviteEventArgs)

Remarks

The application can cache this event argument and start preparing the answer or offer (if the original offer was empty). When it is ready, it can all "Accept" method in the event argument to let the platform call the GetOffer or GetAnswer method to fetch offer or answer whichever is appropriate. If the application does not like the offer, it can also decline.

See Also

Reference

ConferenceSession Class

ConferenceSession Members

Microsoft.Rtc.Collaboration Namespace