Changeset 5748 for pjproject/trunk/pjsip/src/pjsua-lib/pjsua_aud.c
- Timestamp:
- Feb 27, 2018 3:37:53 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip/src/pjsua-lib/pjsua_aud.c
r5717 r5748 604 604 si->jb_max = pjsua_var.media_cfg.jb_max; 605 605 606 /* Set SSRC */606 /* Set SSRC and CNAME */ 607 607 si->ssrc = call_med->ssrc; 608 si->cname = call->cname; 608 609 609 610 /* Set RTP timestamp & sequence, normally these value are intialized
Note: See TracChangeset
for help on using the changeset viewer.