Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Private Sub SetAnswer ( _
sender As Object, _
answer As ContentDescription _
) Implements IOfferAnswer.SetAnswer
'Usage
Dim instance As ConferenceSession
Dim sender As Object
Dim answer As ContentDescription
CType(instance, IOfferAnswer).SetAnswer(sender, _
answer)
void IOfferAnswer.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.
Implements
IOfferAnswer.SetAnswer(Object, ContentDescription)