SdpOffer Class
SdpOffer, contains the sdp offer message received from the remote endpoint or sdp offer being send 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 send out in 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.