Ignore:
Timestamp:
Feb 27, 2018 3:37:53 AM (6 years ago)
Author:
ming
Message:

Fixed #2098: Add SDP attribute SSRC and CNAME

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/src/pjsua-lib/pjsua_vid.c

    r5660 r5748  
    910910        si->jb_max = pjsua_var.media_cfg.jb_max; 
    911911 
    912         /* Set SSRC */ 
     912        /* Set SSRC and CNAME */ 
    913913        si->ssrc = call_med->ssrc; 
     914        si->cname = call->cname; 
    914915 
    915916        /* Set RTP timestamp & sequence, normally these value are intialized 
Note: See TracChangeset for help on using the changeset viewer.