pjsua_stop_worker_threads method
void
pjsua_stop_worker_threads()
Signal all worker threads to quit. This will only wait until internal threads are done.
Implementation
void pjsua_stop_worker_threads() {
return _pjsua_stop_worker_threads();
}