Ignore:
Timestamp:
Dec 28, 2007 8:51:58 AM (16 years ago)
Author:
bennylp
Message:

Ticket #433: Failure in media negotiation when SDP contains two audio media lines (thanks Arie Velthoen)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjmedia/include/pjmedia/stream.h

    r1615 r1639  
    9090{ 
    9191    pjmedia_type        type;       /**< Media type (audio, video)          */ 
     92    pjmedia_tp_proto    proto;      /**< Transport protocol (RTP/AVP, etc.) */ 
    9293    pjmedia_dir         dir;        /**< Media direction.                   */ 
    9394    pj_sockaddr         rem_addr;   /**< Remote RTP address                 */ 
Note: See TracChangeset for help on using the changeset viewer.