Ignore:
Timestamp:
Jun 27, 2008 9:19:44 PM (16 years ago)
Author:
bennylp
Message:

Fix handling of multiple media lines in the incoming SDP offer. Now pjsua-lib will be able to select the best media line to handle

File:
1 edited

Legend:

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

    r2064 r2079  
    6464    pjmedia_dir          media_dir; /**< Media direction.                   */ 
    6565    pjmedia_session     *session;   /**< The media session.                 */ 
     66    int                  audio_idx; /**< Index of m=audio in SDP.           */ 
    6667    pj_uint32_t          ssrc;      /**< RTP SSRC                           */ 
    6768    int                  conf_slot; /**< Slot # in conference bridge.       */ 
Note: See TracChangeset for help on using the changeset viewer.