自定义服务器配置参数 更多...
#include <TEduBoard.h>
Public 成员函数 | |
TEduCustomServerConfig () | |
成员变量 | |
const char * | serverHost |
白板后台服务host,设置自定义服务器时必填,需要带上协议 如 http://123.456.789.0:3456 更多... | |
const char * | serverPath |
白板后台服务路径,选填,该参数会拼接在serverHost 如:/xxxx/tiw,最终请求为:http://123.456.789.0:3456/xxxx/tiw 更多... | |
const char * | resourceHost |
白板SDK资源包部署服务的host,选填,需要带上协议,http://123.4.5.6:8081 更多... | |
const char * | token |
jwt鉴权token,会携带在白板后台服务请求的header中,选填,如果业务侧需要对请求进行鉴权,可配置此参数 更多... | |
自定义服务器配置参数
|
inline |
const char* resourceHost |
白板SDK资源包部署服务的host,选填,需要带上协议,http://123.4.5.6:8081
const char* serverHost |
白板后台服务host,设置自定义服务器时必填,需要带上协议 如 http://123.456.789.0:3456
const char* serverPath |
白板后台服务路径,选填,该参数会拼接在serverHost 如:/xxxx/tiw,最终请求为:http://123.456.789.0:3456/xxxx/tiw
const char* token |
jwt鉴权token,会携带在白板后台服务请求的header中,选填,如果业务侧需要对请求进行鉴权,可配置此参数