Allows you to login a user into Invox Dictation Service using a username and password. This function also establishes communication with the Dictation Service.
Parameters:
credentials: Object
user: String — the user's login name.
password: String — the user's password.
connectionConfig: Object
host: String — sets the host.
port: String — sets the port.
useDictationService: Boolean — true for Remote Dictation Service, false for Local Dictation Service.
::
useDictationService: Boolean — true for Remote Dictation Service.
::
useDictationService: Boolean — true for Remote Dictation Service.
::
Returns:Promise<void> — The promise indicates successful connection, not successful login.