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.Signaling
Assembly:  Microsoft.Rtc.Collaboration(in Microsoft.Rtc.Collaboration.dll)

Syntax

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

ContentDescription
C#

ContentDescription 
GetOffer(
	
Object 
sender
)
Visual C++

ContentDescription^ 
GetOffer(
	
Object^ 
sender
)
JavaScript
function 
getOffer(
sender);

Parameters

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

Return Value

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

See Also