Hello,
When trying to run pjsua on windows mobile, I have noticed that the battery
consumption is very high.
The reason, I guess, is that the worker thread is running constantly and
consuming a lot of CPU.
After trying to change the TIMEOUT enum in worker_thread function
(pjsua_core.c) from 10ms to 100ms, the battery consumption was much lower.
What are the consequences of changing this TIMEOUT value?
Thanks,
Emil.
Hello,
When trying to run pjsua on windows mobile, I have noticed that the battery
consumption is very high.
The reason, I guess, is that the worker thread is running constantly and
consuming a lot of CPU.
After trying to change the TIMEOUT enum in worker_thread function
(pjsua_core.c) from 10ms to 100ms, the battery consumption was much lower.
What are the consequences of changing this TIMEOUT value?
Thanks,
Emil.