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

Visual Basic (Declaration)
Private 
Sub 
SetAnswer ( _
	
sender 
As 
Object, _
	
answer 
As 

ContentDescription _
) 
Implements 

IOfferAnswer.

SetAnswer
C#
void 

IOfferAnswer.

SetAnswer(
	
Object 
sender,
	

ContentDescription 
answer
)
Visual C++
private:
virtual 
void 
SetAnswer(
	
Object^ 
sender, 
	

ContentDescription^ 
answer
) 
sealed = 

IOfferAnswer::

SetAnswer
JavaScript
JavaScript does not support explicit
interface implementations.

Parameters

sender
Type: Object
The object instance that is making this call.
answer
Type: Microsoft.Rtc.Signaling . . :: . ContentDescription
The answer received.

Implements

IOfferAnswer . . :: . SetAnswer(Object, ContentDescription)

See Also