Type alias NERtcServerConfig

NERtcServerConfig: {
    channelServer: string;
    roomServer: string;
    statisticsServer: string;
    useIPv6: boolean;
}

Type declaration

  • channelServer: string

    通道信息服务器地址

  • roomServer: string

    roomServer服务器地址

  • statisticsServer: string

    统计上报服务器地址

  • useIPv6: boolean

    是否使用ipv6