Class MediaPlatformFactory
MediaPlatformFactory that is used to create IMediaPlatform.
Inherited Members
Namespace: Microsoft.Skype.Bots.Media
Assembly: Microsoft.Skype.Bots.Media.dll
Syntax
public static class MediaPlatformFactory
Methods
CreateMediaPlatform()
Creates the Media Platform for bots. The platform has to be initialized before it is used.
Declaration
public static IMediaPlatform CreateMediaPlatform()
Returns
Type | Description |
---|---|
IMediaPlatform | The interface to the Media Platform. |