TIMSetConfig
Introduction
Set SDK config
Config includes Http proxy IP and port, Socks5 proxy IP and port, log level, group info/ group member info default option, toggle receiving message read receipt event and so on.
Please set Http proxy IP and port, Socks5 proxy IP and port before TIMInit
Parameter details
Parameter name | Parameter type | Required | Description |
---|---|---|---|
param | TIMSetConfigParam | yes | Param of setting SDK config |
Returned template
Promise<commonResponse>
{
code: TIMResult | TIMErrCode;
desc?: string | undefined;
json_param?: string | undefined;
json_params?: string | undefined;
user_data?: string | undefined;
}
Return value details
name | type | description |
---|---|---|
code | TIMResult | TIMErrCode | Request result: Error codes. 0 means success. |
desc | string | undefined | The description of the error. It will be empty if success. |
json_param | string | undefined | Return value of calling API |
json_params | string | undefined | Return value of calling API. Compatible field, which is returned in some cases. |
user_data | string | undefined | ImSDK is responsible for transporting user-defined data without any processing |