The method that is called when media description offer is required for an outgoing INVITE request or an outgoing 200 OK response to an INVITE request with null offer.

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

Syntax

Visual Basic (Declaration)
Private 
Function 
GetOffer ( _
	
sender 
As 
Object _
) 
As 

ContentDescription 
Implements 

IOfferAnswer.

GetOffer
C#

ContentDescription 

IOfferAnswer.

GetOffer(
	
Object 
sender
)
Visual C++
private:
virtual 

ContentDescription^ 
GetOffer(
	
Object^ 
sender
) 
sealed = 

IOfferAnswer::

GetOffer
JavaScript
JavaScript does not support explicit
interface implementations.

Parameters

sender
Type: Object
The object instance that is making this call.

Return Value

The media description offer. This can return null to indicate that null offer is made.

Implements

IOfferAnswer . . :: . GetOffer(Object)

See Also