Class MediaPlatformInstanceSettings
Class that stores the settings of the Azure instance hosting the Bot Media Platform.
Inherited Members
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 |