Ignore:
Timestamp:
Mar 8, 2006 12:37:22 PM (18 years ago)
Author:
bennylp
Message:

Added options to disable microphone device, usefull for streaming server (some systems only have sound player)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/include/pjsua-lib/pjsua.h

    r305 r312  
    183183    pjmedia_conf    *mconf;         /**< Media conference.              */ 
    184184    pj_bool_t        null_audio;    /**< Null audio flag.               */ 
     185    pj_bool_t        no_mic;        /**< Disable microphone.            */ 
    185186    char            *wav_file;      /**< WAV file name to play.         */ 
    186187    unsigned         wav_slot;      /**< WAV player slot in bridge      */ 
Note: See TracChangeset for help on using the changeset viewer.