Share via


ConferenceSession.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.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.

Implements

IOfferAnswer.SetAnswer(Object, ContentDescription)

See Also

Reference

ConferenceSession Class

ConferenceSession Members

Microsoft.Rtc.Collaboration Namespace