Edit

Share via


MediaBasedFactory Class

Definition

An extension to the platform that is specific to a media type.

public ref class MediaBasedFactory abstract : Microsoft::Rtc::Collaboration::PlatformExtension
public abstract class MediaBasedFactory : Microsoft.Rtc.Collaboration.PlatformExtension
type MediaBasedFactory = class
    inherit PlatformExtension
Public MustInherit Class MediaBasedFactory
Inherits PlatformExtension
Inheritance
MediaBasedFactory
Derived

Constructors

MediaBasedFactory()

Creates a new instance of a MediaBasedFactory.

Properties

ContactHeaderFeatureTags

Gets the list of feature tags to be added to the contact header when sending messages from the endpoint.

ExtensionType

Gets the type of extension.

(Inherited from PlatformExtension)
MediaTypes

Gets the media types supported by this factory.

Methods

Create(IEnumerable<String>, FactoryContext)

Creates the object specified.

Applies to