pjsua_destroy2 method

int pjsua_destroy2(
  1. int flags
)

Variant of destroy with additional flags.

@param flags Combination of pjsua_destroy_flag enumeration.

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

Implementation

int pjsua_destroy2(
  int flags,
) {
  return _pjsua_destroy2(
    flags,
  );
}