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

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

ContentDescription _
)
C#
void 
SetAnswer(
	
Object 
sender,
	

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

ContentDescription^ 
answer
)
JavaScript
function 
setAnswer(
sender, 
answer);

Parameters

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

See Also