MediaBasedFactory Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- 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. |