Skip to content

Commit

Permalink
Add pjsua_buddy_del_blf() declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
Oleksandr-Goodicus committed Jan 3, 2024
1 parent 904495e commit fb9c136
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions pjsip/include/pjsua-lib/pjsua.h
Original file line number Diff line number Diff line change
Expand Up @@ -6773,6 +6773,17 @@ PJ_DECL(pj_status_t) pjsua_buddy_add_blf(const pjsua_buddy_config *buddy_cfg,
PJ_DECL(pj_status_t) pjsua_buddy_del(pjsua_buddy_id buddy_id);


/**
* Delete the specified buddy from the buddy list. Any presence "busy lamp field"
* subscription to this buddy will be terminated.
*
* @param buddy_id Buddy identification.
*
* @return PJ_SUCCESS on success, or the appropriate error code.
*/
PJ_DECL(pj_status_t) pjsua_buddy_del_blf(pjsua_buddy_id buddy_id);


/**
* Enable/disable buddy's presence monitoring. Once buddy's presence is
* subscribed, application will be informed about buddy's presence status
Expand Down

0 comments on commit fb9c136

Please sign in to comment.