Ignore:
Timestamp:
Aug 5, 2016 7:26:18 AM (8 years ago)
Author:
riza
Message:

Re #1910: Implement option to regularly send video keyframe in the beginning of video call session.

File:
1 edited

Legend:

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

    r5407 r5410  
    911911        /* Set rate control config from account setting */ 
    912912        si->rc_cfg = acc->cfg.vid_stream_rc_cfg; 
     913 
     914        /* Set send keyframe config from account setting */ 
     915        si->sk_cfg = acc->cfg.vid_stream_sk_cfg; 
    913916 
    914917#if defined(PJMEDIA_STREAM_ENABLE_KA) && PJMEDIA_STREAM_ENABLE_KA!=0 
Note: See TracChangeset for help on using the changeset viewer.