Changeset 4555 for pjproject/trunk/pjsip/include/pjsua-lib/pjsua.h
- Timestamp:
- Jul 10, 2013 4:27:05 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip/include/pjsua-lib/pjsua.h
r4543 r4555 1686 1686 { 1687 1687 /** 1688 * Optional remote target URI (i.e. Target header). If NULL, the target 1689 * will be set to the remote URI (To header). At the moment this field 1690 * is only used by #pjsua_call_make_call() and #pjsua_im_send(). 1691 */ 1692 pj_str_t target_uri; 1693 1694 /** 1688 1695 * Additional message headers as linked list. Application can add 1689 1696 * headers to the list by creating the header, either from the heap/pool
Note: See TracChangeset
for help on using the changeset viewer.