TRTCConfig

TRTCConfig

配置对象, 可用来打开 debug 模式

Constructor

new TRTCConfig()

Example
import TRTCCloud from trtc-electron-sdk';
const rtcCloud = new TRTCCloud();
rtcCloud.getConfigObject().setDebugMode(true);