Ignore:
Timestamp:
Apr 23, 2019 10:49:56 AM (5 years ago)
Author:
nanang
Message:

Re #2181: Implemented video conference APIs for PJSUA2.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/include/pjsua2/endpoint.hpp

    r5969 r5972  
    13971397     */ 
    13981398    AudioMediaVector2 mediaEnumPorts2() const throw(Error); 
     1399 
     1400    /** 
     1401     * Enumerate all video media port. 
     1402     * 
     1403     * @return          The list of video media port. 
     1404     */ 
     1405    VideoMediaVector mediaEnumVidPorts() const throw(Error); 
    13991406 
    14001407    /** 
Note: See TracChangeset for help on using the changeset viewer.