pjsua_buddy_del method
Delete the specified buddy from the buddy list. Any presence subscription to this buddy will be terminated.
@param buddy_id Buddy identification.
@return PJ_SUCCESS on success, or the appropriate error code.
Implementation
int pjsua_buddy_del(
int buddy_id,
) {
return _pjsua_buddy_del(
buddy_id,
);
}