Share via


GetAnswer Method

Returns the media description answer.

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

Syntax

'Declaration
Function GetAnswer ( _
    sender As Object, _
    offer As ContentDescription _
) As ContentDescription
'Usage
Dim instance As IOfferAnswer
Dim sender As Object
Dim offer As ContentDescription
Dim returnValue As ContentDescription

returnValue = instance.GetAnswer(sender, _
    offer)
ContentDescription GetAnswer(
    Object sender,
    ContentDescription offer
)

Parameters

Return Value

Type: Microsoft.Rtc.Signaling..::..ContentDescription
Returns the media description answer.

Remarks

[GetAnswer] is called when a media description answer is required for an outgoing 200 OK response or an outgoing ACK when the initial INVITE request had no offer.

See Also

Reference

IOfferAnswer Interface

IOfferAnswer Members

Microsoft.Rtc.Signaling Namespace