Share via


GetOffer Method

Gets the media description offer.

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

Syntax

'Declaration
Function GetOffer ( _
    sender As Object _
) As ContentDescription
'Usage
Dim instance As IOfferAnswer
Dim sender As Object
Dim returnValue As ContentDescription

returnValue = instance.GetOffer(sender)
ContentDescription GetOffer(
    Object sender
)

Parameters

Return Value

Type: Microsoft.Rtc.Signaling..::..ContentDescription
Returns the media description offer, or nullNothingnullptrunita null reference (Nothing in Visual Basic), indicating a null offer.

Remarks

GetOffer is used for an outgoing INVITE request or an outgoing 200 OK response to an INVITE request with null offer.

See Also

Reference

IOfferAnswer Interface

IOfferAnswer Members

Microsoft.Rtc.Signaling Namespace