The MediaProvider class facilitates SDP offer/answer negotiation on a SIP signaling session for Call.

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

Syntax

Visual Basic (Declaration)
Public 
MustInherit 
Class 
MediaProvider
C#
public 
abstract 
class 
MediaProvider
Visual C++
public 
ref class 
MediaProvider 
abstract
JavaScript

Microsoft.Rtc.Collaboration.ComponentModel.MediaProvider = 
function();

Type.createClass(
	 
'Microsoft.Rtc.Collaboration.ComponentModel.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).

Inheritance Hierarchy

Object
   Microsoft.Rtc.Collaboration.ComponentModel . . :: . MediaProvider
     Microsoft.Rtc.Internal.Collaboration.ComponentModel . . :: . MediaProviderInternal

See Also