Show / Hide Table of Contents

    Class MediaPlatformInstanceSettings

    Class that stores the settings of the Azure instance hosting the Bot Media Platform.

    Inheritance
    Object
    MediaPlatformInstanceSettings
    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 MediaPlatformInstanceSettings

    Constructors

    MediaPlatformInstanceSettings()

    Declaration
    public MediaPlatformInstanceSettings()

    Properties

    CertificateThumbprint

    Thumbprint of a local server certificate to support MTLS authentication of the Media Platform with the Microsoft Skype/Teams calling services.

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

    InstanceInternalPort

    Provides Instance InputEndpoint internal port.

    Declaration
    public int InstanceInternalPort { get; set; }
    Property Value
    Type Description
    Int32

    InstancePublicIPAddress

    Provides Instance-Level Public IP address.

    Declaration
    public IPAddress InstancePublicIPAddress { get; set; }
    Property Value
    Type Description
    IPAddress

    InstancePublicPort

    Provides Instance InputEndpoint public port.

    Declaration
    public int InstancePublicPort { get; set; }
    Property Value
    Type Description
    Int32

    MediaPortRange

    The media port range to be allocated for bot calls. Specifying media ports is optional.

    Declaration
    public PortRange MediaPortRange { get; set; }
    Property Value
    Type Description
    PortRange

    ServiceFqdn

    The FQDN of the Azure service hosting the Media Platform.

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