Create the instance of SdpOffer.

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

Syntax

Visual Basic (Declaration)
Public 
Sub 
New ( _
	
description 
As 

SdpContentDescription _
)
C#
public 
SdpOffer(
	

SdpContentDescription 
description
)
Visual C++
public:
SdpOffer(
	

SdpContentDescription^ 
description
)
JavaScript

Microsoft.Rtc.Collaboration.SdpOffer = 
function(
description);

Parameters

description
Type: Microsoft.Rtc.Collaboration . . :: . SdpContentDescription
Sdp containing the offer sdp.

See Also