IOfferAnswer.HandleOfferInInviteResponse Method

The method that is called when media description answer is required for an outgoing 200 OK response or an outgoing ACK when the initial INVITE request had no offer.

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

Syntax

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

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

Parameters

Implements

IOfferAnswer..::..HandleOfferInInviteResponse(Object, OfferInInviteResponseEventArgs)

See Also

Reference

ConferenceSession Class

ConferenceSession Members

Microsoft.Rtc.Collaboration Namespace