Share via


IOfferAnswer.GetAnswer Method

Gets the MCU address for the specified category.

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

Syntax

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

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

Parameters

Return Value

Type: Microsoft.Rtc.Signaling..::..ContentDescription

Implements

IOfferAnswer..::..GetAnswer(Object, ContentDescription)

See Also

Reference

ConferenceSession Class

ConferenceSession Members

Microsoft.Rtc.Collaboration Namespace