Ignore:
Timestamp:
Mar 17, 2006 12:16:01 AM (18 years ago)
Author:
bennylp
Message:

Added feature in conference bridge to get and set the signal level of individual port and individual stream direction

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip-apps/src/pjsua/main.c

    r315 r323  
    813813                        status = pjmedia_conf_connect_port(pjsua.mconf,  
    814814                                                           atoi(src_port),  
    815                                                            atoi(dst_port)); 
     815                                                           atoi(dst_port), 
     816                                                           0); 
    816817                    } else { 
    817818                        status = pjmedia_conf_disconnect_port(pjsua.mconf,  
Note: See TracChangeset for help on using the changeset viewer.