Ignore:
Timestamp:
Jul 12, 2018 8:22:31 AM (6 years ago)
Author:
nanang
Message:

Close #2126: Initial implementation of RTCP Feedback.

File:
1 edited

Legend:

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

    r5813 r5820  
    292292    pjsua_transport_config_default(&cfg->rtp_cfg); 
    293293    cfg->rtp_cfg.port = DEFAULT_RTP_PORT; 
     294    pjmedia_rtcp_fb_setting_default(&cfg->rtcp_fb_cfg); 
    294295 
    295296    pjsua_media_config_default(&med_cfg); 
Note: See TracChangeset for help on using the changeset viewer.