pjsua_set_null_snd_dev method

int pjsua_set_null_snd_dev()

Set pjsua to use null sound device. The null sound device only provides the timing needed by the conference bridge, and will not interract with any hardware.

@return PJ_SUCCESS on success, or the appropriate error code.

Implementation

int pjsua_set_null_snd_dev() {
  return _pjsua_set_null_snd_dev();
}