pjsua_get_buddy_count method

int pjsua_get_buddy_count()

Get total number of buddies.

@return Number of buddies.

Implementation

int pjsua_get_buddy_count() {
  return _pjsua_get_buddy_count();
}