MediaProvider Class

MediaProvider facilitates the offer/answer negotiation on a signaling session.

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 API, it facilitates the Offer/Answer negotiation on the signaling session and notify the media flow creation to the Call. MediaProvider follows the 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.

See Also

Reference

MediaProvider Members

Microsoft.Rtc.Collaboration.ComponentModel Namespace