Ignore:
Timestamp:
Oct 6, 2017 8:14:31 AM (7 years ago)
Author:
riza
Message:

Close #2051: Implement callback wrapper for on_buddy_evsub_state() on pjsua2.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/include/pjsua2/endpoint.hpp

    r5649 r5672  
    16521652                                         pjsua_acc_id* acc_id); 
    16531653    static void on_buddy_state(pjsua_buddy_id buddy_id); 
     1654    static void on_buddy_evsub_state(pjsua_buddy_id buddy_id, 
     1655                                     pjsip_evsub *sub, 
     1656                                     pjsip_event *event); 
    16541657    // Call callbacks 
    16551658    static void on_call_state(pjsua_call_id call_id, pjsip_event *e); 
Note: See TracChangeset for help on using the changeset viewer.