IOfferAnswer.SetAnswer Method
The method that is called when media description response is received in a 200 OK response or ACK message for an INVITE request.
Namespace: Microsoft.Rtc.Signaling
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Sub SetAnswer ( _
sender As Object, _
answer As ContentDescription _
)
'Usage
Dim instance As IOfferAnswer
Dim sender As Object
Dim answer As ContentDescription
instance.SetAnswer(sender, answer)
void SetAnswer(
Object sender,
ContentDescription answer
)
Parameters
- sender
Type: System.Object
The object instance that is making this call.
- answer
Type: Microsoft.Rtc.Signaling.ContentDescription
The answer received.