Show / Hide Table of Contents

    Class MediaPlatformSettings

    Class that stores settings needed to initialize Bot Media Platform.

    Inheritance
    Object
    MediaPlatformSettings
    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 class MediaPlatformSettings

    Constructors

    MediaPlatformSettings()

    Declaration
    public MediaPlatformSettings()

    Properties

    ApplicationId

    String that uniquely identifies the application that initializes the platform.

    Declaration
    public string ApplicationId { get; set; }
    Property Value
    Type Description
    String

    HostingEnvironmentConfiguration

    Specifies the HostingEnvironmentConfiguration to use for the MediaPlatform. In most cases, the default value is sufficient. Only in Azure Government clouds do different settings need to be applied.

    Declaration
    public HostingEnvironmentConfiguration HostingEnvironmentConfiguration { get; set; }
    Property Value
    Type Description
    HostingEnvironmentConfiguration

    MediaPlatformInstanceSettings

    The media platform instance settings.

    Declaration
    public MediaPlatformInstanceSettings MediaPlatformInstanceSettings { get; set; }
    Property Value
    Type Description
    MediaPlatformInstanceSettings

    MediaPlatformLogger

    Optional logger object to receive MediaPlatform traces.

    Declaration
    public IMediaPlatformLogger MediaPlatformLogger { get; set; }
    Property Value
    Type Description
    IMediaPlatformLogger

    RegionAffinity

    Reserved for the internal use.

    Declaration
    public string RegionAffinity { get; set; }
    Property Value
    Type Description
    String
    Back to top Copyright (c) Microsoft Corporation. All rights reserved.