SdpOffer Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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, IEnumerable<SignalingHeader>) |
Create the instance of SdpOffer. |
SdpOffer(SdpContentDescription) |
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. |