ConferenceSession.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.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
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
The media description answer.
Implements
IOfferAnswer.GetAnswer(Object, ContentDescription)