SdpOffer, contains the sdp offer message received from the remote endpoint or sdp offer being send to the remote endpoint.

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

Syntax

Visual Basic (Declaration)
Public 
Class 
SdpOffer
C#
public 
class 
SdpOffer
Visual C++
public 
ref class 
SdpOffer
JavaScript

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

Type.createClass(
		'Microsoft.Rtc.Collaboration.SdpOffer');

Remarks

Sdp offer may contain the multiple sdp offers. If multiple offers are specified in the outgoing offer, it will be send out in multipart/mime message.

Inheritance Hierarchy

Object
   Microsoft.Rtc.Collaboration . . :: . SdpOffer

See Also