IOfferAnswer.SetAnswer Method
The method that is called when a media offer is received by the inviter in response to the original reinvite with a null offer.
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
- answer
Type: Microsoft.Rtc.Signaling..::..ContentDescription
Implements
IOfferAnswer..::..SetAnswer(Object, ContentDescription)
Remarks
The application can cache this event argument and start preparing the answer. When it is ready, it can call the "Accept" method in the event argument to let the platform call the GetAnswer method.