pjsua_dump method

void pjsua_dump(
  1. int detail
)

This is a utility function to dump the stack states to log, using verbosity level 3.

@param detail Will print detailed output (such as list of SIP transactions) when non-zero.

Implementation

void pjsua_dump(
  int detail,
) {
  return _pjsua_dump(
    detail,
  );
}