TscSdkConfig interface

Where the TSC SDK’s sdk_config (Tencent Cloud credentials + the SDK’s private config blob) comes from: a file path on the media engine’s host, or the raw JSON contents (materialised to a private temp file engine-side). When omitted, the engine’s TSC_SDK_CONFIG environment variable is used.

Signature:

export interface TscSdkConfig

Properties

Property Type Description

source

"path" | "contents"

value

string