Share via


SetIncomingCallOffer Method

SetIncomingCallOffer is to set the initial offer on the MediaProvider without requesting for the answer, Call will invoke this method at the time of binding the media provider for an incoming call.

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

Syntax

'Declaration
Protected Overridable Sub SetIncomingCallOffer ( _
    offerAnswerContext As OfferAnswerContext, _
    offer As SdpOffer _
)
'Usage
Dim offerAnswerContext As OfferAnswerContext
Dim offer As SdpOffer

Me.SetIncomingCallOffer(offerAnswerContext, _
    offer)
protected virtual void SetIncomingCallOffer(
    OfferAnswerContext offerAnswerContext,
    SdpOffer offer
)

Parameters

Remarks

Existing behavior for Accepting the call would not be change, it will continue to push the same offer.

See Also

Reference

MediaProvider Class

MediaProvider Members

Microsoft.Rtc.Collaboration.ComponentModel Namespace