pjsua_start method

int pjsua_start()

Application is recommended to call this function after all initialization is done, so that the library can do additional checking set up additional

Application may call this function anytime after #pjsua_init().

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

Implementation

int pjsua_start() {
  return _pjsua_start();
}