use Proxy
If useProxy flag is `true` ConversationsClient will try to read and apply proxy settings in the following order:
- If there is no proxysettings.properties file in the assets folder of your app then android system proxy settings will be applied.
- If the proxysettings.properties file exists in the assets folder of your app then proxy configuration will be read from it and android system settings will be ignored.
- If proxy settings cannot be read either from the proxysettings.properties file and from android system settings ConversationsClient will use direct connection.
The default value is `false`.
In current version connection via proxy server is not supported for media. So media uploading always uses direct connection.
Example of the proxysettings.properties file:
host=192.168.8.108
port=8080
user=myUser
password=myPassword
Content copied to clipboard
Content copied to clipboard
Content copied to clipboard