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
- sender
Type: System..::..Object
- offer
Type: Microsoft.Rtc.Signaling..::..ContentDescription
Return Value
Type: Microsoft.Rtc.Signaling..::..ContentDescription
Implements
IOfferAnswer..::..GetAnswer(Object, ContentDescription)