SdpOffer Class

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

Inheritance Hierarchy

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

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

Syntax

'Declaration
Public Class SdpOffer
'Usage
Dim instance As SdpOffer
public class SdpOffer

Remarks

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

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

SdpOffer Members

Microsoft.Rtc.Collaboration Namespace