pjsua_snd_is_active method

int pjsua_snd_is_active()

Check whether the sound device is currently active. The sound device may be inactive if the application has set the auto close feature to non-zero (the snd_auto_close_time setting in #pjsua_media_config), or if null sound device or no sound device has been configured via the #pjsua_set_no_snd_dev() function.

Implementation

int pjsua_snd_is_active() {
  return _pjsua_snd_is_active();
}