pjsua_call_get_max_count method

int pjsua_call_get_max_count()

Get maximum number of calls configured in pjsua.

@return Maximum number of calls configured.

Implementation

int pjsua_call_get_max_count() {
  return _pjsua_call_get_max_count();
}