MediaProvider Class
Represents the class, which facilitates SDP offer/answer negotiation for the Call.
Inheritance Hierarchy
System.Object
Microsoft.Rtc.Collaboration.ComponentModel.MediaProvider
Namespace: Microsoft.Rtc.Collaboration.ComponentModel
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public MustInherit Class MediaProvider
'Usage
Dim instance As MediaProvider
public abstract class MediaProvider
Remarks
MediaProvider is the link between the signaling and Media APIs. It facilitates offer/answer negotiation on the signaling session and notifies the Call when a media flow is created.
MediaProvider follows RFC-3264 - An Offer/Answer Model with the Session Description Protocol (SDP).
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.