setFileServer

public InitOption.Builder setFileServer(String fileServer)

Set the file service address

For private cloud only

If setting fileServer, it must be a valid server address: 1. If using https, set it in the format of https://cn.xxx.com:port or https://cn.xxx.com, where the domain part can also be an IP address. If the port is not specified, the default port 443 will be used. 2. If using http, set it in the format of cn.xxx.com:port or cn.xxx.com, where the domain part can also be an IP address. If the port is not specified, the default port 80 will be used.

This has the same effect as setting fileServer in RongCoreClient's setServerInfo(final String naviServer, final String fileServer). Either method will take effect.

Since

5.4.1