Ignore:
Timestamp:
Mar 10, 2009 1:28:43 PM (15 years ago)
Author:
bennylp
Message:

Disable echo cancellation related setting from pjsua_aud_get/set_setting()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/branches/projects/aps-direct/pjsip/src/pjsua-lib/pjsua_media.c

    r2496 r2497  
    7777                              PJMEDIA_AUD_DEV_CAP_INPUT_SIGNAL_METER | 
    7878                              PJMEDIA_AUD_DEV_CAP_OUTPUT_SIGNAL_METER); 
     79    /* EC settings use different API */ 
     80    pjsua_var.aud_svmask &= ~(PJMEDIA_AUD_DEV_CAP_EC | 
     81                              PJMEDIA_AUD_DEV_CAP_EC_TAIL); 
    7982 
    8083    /* Copy configuration */ 
Note: See TracChangeset for help on using the changeset viewer.