IOfferAnswer.GetAnswer Method
The method that is called when media description answer is required for an outgoing 200 OK response or an outgoing ACK when the initial INVITE request had no offer.
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
- sender
Type: System.Object
The object instance that is making this call.
- offer
Type: Microsoft.Rtc.Signaling.ContentDescription
The offer made by the remote participant.
Return Value
Type: Microsoft.Rtc.Signaling.ContentDescription
Returns the media description answer.