Show / Hide Table of Contents

    Class MediaPlatformFactory

    MediaPlatformFactory that is used to create IMediaPlatform.

    Inheritance
    Object
    MediaPlatformFactory
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    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.

    Back to top Copyright (c) Microsoft Corporation. All rights reserved.