The method that is called when media description answer is required for an outgoing 200 OK response or an outgoing ACK when the initial INVITE request had no offer.

Namespace:  Microsoft.Rtc.Collaboration
Assembly:  Microsoft.Rtc.Collaboration(in Microsoft.Rtc.Collaboration.dll)

Syntax

Visual Basic (Declaration)
Private 
Function 
GetAnswer ( _
	
sender 
As 
Object, _
	
offer 
As 

ContentDescription _
) 
As 

ContentDescription 
Implements 

IOfferAnswer.

GetAnswer
C#

ContentDescription 

IOfferAnswer.

GetAnswer(
	
Object 
sender,
	

ContentDescription 
offer
)
Visual C++
private:
virtual 

ContentDescription^ 
GetAnswer(
	
Object^ 
sender, 
	

ContentDescription^ 
offer
) 
sealed = 

IOfferAnswer::

GetAnswer
JavaScript
JavaScript does not support explicit
interface implementations.

Parameters

sender
Type: Object
The object instance that is making this call.
offer
Type: Microsoft.Rtc.Signaling . . :: . ContentDescription
The offer made by the remote participant.

Return Value

The media description answer.

Implements

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

See Also