I do not have audio devices on the machine. What should I do?

SDK automatically detects that case and starts properly.

If you would like to start SDK in silent mode (without access to audio devices) set option in source code:

phone.Config.LocalAudioEnabled=0;
or do same via config file:

a. Open ‘C:\Users\user\AppData\Local\VoIP Video SIP SDK\phoneCfg.ini’ in notepad
where ‘user’ – currently logged user name
b. Find line ‘LocalAudioEnabled=1’, replace with ‘LocalAudioEnabled=0’
c. Save changes, run app

Posted in: FAQ