Gets the media description offer from the remote participant.

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

Syntax

Visual Basic (Declaration)
Public 
Property 
Offer 
As 

ContentDescription
C#
public 

ContentDescription 
Offer { 
get; 
protected 
set; }
Visual C++
public:
property 

ContentDescription^ 
Offer {
	

ContentDescription^ 
get ();
	
void 
set (

ContentDescription^ 
value);
}
JavaScript
function get_
offer();
function set_
offer(
value);

Field Value

The offer.

See Also