Share via


HandleOfferInInviteResponse Method

The method that is called when a media offer is received by the inviter in response to the original REINVITE with a null offer.

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

Syntax

'Declaration
Sub HandleOfferInInviteResponse ( _
    sender As Object, _
    e As OfferInInviteResponseEventArgs _
)
'Usage
Dim instance As IOfferAnswer
Dim sender As Object
Dim e As OfferInInviteResponseEventArgs

instance.HandleOfferInInviteResponse(sender, _
    e)
void HandleOfferInInviteResponse(
    Object sender,
    OfferInInviteResponseEventArgs e
)

Parameters

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.

See Also

Reference

IOfferAnswer Interface

IOfferAnswer Members

Microsoft.Rtc.Signaling Namespace