Changeset 6051 for pjproject/trunk/pjsip/include/pjsua2/call.hpp
- Timestamp:
- Aug 15, 2019 5:11:41 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip/include/pjsua2/call.hpp
r6026 r6051 516 516 public: 517 517 /** 518 * Default constructor 519 */ 520 CallInfo() : id(PJSUA_INVALID_ID), 521 role(PJSIP_ROLE_UAC), 522 state(PJSIP_INV_STATE_NULL), 523 lastStatusCode(PJSIP_SC_NULL) 524 {} 525 526 /** 518 527 * Convert from pjsip 519 528 */ … … 582 591 583 592 public: 593 /** 594 * Default constructor 595 */ 596 StreamInfo() : type(PJMEDIA_TYPE_NONE), 597 proto(PJMEDIA_TP_PROTO_NONE), 598 dir(PJMEDIA_DIR_NONE) 599 {} 600 584 601 /** 585 602 * Convert from pjsip
Note: See TracChangeset
for help on using the changeset viewer.