Ignore:
Timestamp:
Dec 4, 2018 2:16:47 AM (5 years ago)
Author:
ming
Message:

Fixed #2165: Support video only call in pjsua

File:
1 edited

Legend:

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

    r5899 r5918  
    47244724    pj_str_t            last_status_text; 
    47254725 
    4726     /** Media status of the first audio stream. */ 
     4726    /** Media status of the default audio stream. Default audio stream  
     4727     *  is chosen according to this priority: 
     4728     *  1. enabled, i.e: SDP media port not zero 
     4729     *  2. transport protocol in the SDP matching account config's 
     4730     *     secure media transport usage (\a use_srtp field). 
     4731     *  3. active, i.e: SDP media direction is not "inactive" 
     4732     *  4. media order (according to the SDP). 
     4733     */ 
    47274734    pjsua_call_media_status media_status; 
    47284735 
    4729     /** Media direction of the first audio stream. */ 
     4736    /** Media direction of the default audio stream. 
     4737     *  See \a media_status above on how the default is chosen. 
     4738     */ 
    47304739    pjmedia_dir         media_dir; 
    47314740 
    4732     /** The conference port number for the first audio stream. */ 
     4741    /** The conference port number for the default audio stream. 
     4742     *  See \a media_status above on how the default is chosen. 
     4743     */ 
    47334744    pjsua_conf_port_id  conf_slot; 
    47344745 
Note: See TracChangeset for help on using the changeset viewer.