Ignore:
Timestamp:
Sep 14, 2006 4:05:16 PM (18 years ago)
Author:
bennylp
Message:

Added account ID in pjsua_call_info.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/include/pjsua-lib/pjsua.h

    r691 r719  
    14371437    /** Initial call role (UAC == caller) */ 
    14381438    pjsip_role_e        role; 
     1439 
     1440    /** The account ID where this call belongs. */ 
     1441    pjsua_acc_id        acc_id; 
    14391442 
    14401443    /** Local URI */ 
Note: See TracChangeset for help on using the changeset viewer.