SdpOffer Class

Definition

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

public ref class SdpOffer
public class SdpOffer
type SdpOffer = class
Public Class SdpOffer
Inheritance
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.

Constructors

SdpOffer(IEnumerable<SdpContentDescription>, IEnumerable<SignalingHeader>)

Create the instance of SdpOffer.

SdpOffer(SdpContentDescription)

Create the instance of SdpOffer.

SdpOffer(SdpContentDescription, IEnumerable<SignalingHeader>)

Create the instance of SdpOffer.

Properties

MessageHeaders

List of Headers on the message.

Offers

List of Sdps to be send or received in the offer.

Applies to