设置事件数据上报服务信息setDataReportedInfo

setDataReportedInfo

接口描述

设置事件数据上报服务信息,会议室版本上传客户端数据时调用

函数声明

`void setDataReportedInfo(bool bEnable, std::string ip, int port);`

函数参数

参数名
类型
描述
必填
bEnable
bool
是否启动数据上报
必填
ip
std::string
事件上报服务IP
必填
port
int
事件上报服务端口
必填

函数返回值

类型
描述
必填
void
返回值为void类型
必填