get Command Timeout
Timeout in milliseconds for commands which SDK sends over network.
Return
Timeout in milliseconds for commands which SDK sends over network (i.e. send, join etc).
onError will be called when timeout is reached.
In case of bad connectivity SDK retries to send command until timeout is reached. Timeout could occur earlier than specified time if there is no enough time to make one more attempt.
The default value is DEFAULT_COMMAND_TIMEOUT.