Changeset 5748 for pjproject/trunk/pjsip/src/pjsua-lib/pjsua_vid.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_vid.c
r5660 r5748 910 910 si->jb_max = pjsua_var.media_cfg.jb_max; 911 911 912 /* Set SSRC */912 /* Set SSRC and CNAME */ 913 913 si->ssrc = call_med->ssrc; 914 si->cname = call->cname; 914 915 915 916 /* Set RTP timestamp & sequence, normally these value are intialized
Note: See TracChangeset
for help on using the changeset viewer.