#2113 closed enhancement (fixed)
Implement conference signal level adjustment for a specific connection
Reported by: | ming | Owned by: | nanang |
---|---|---|---|
Priority: | normal | Milestone: | release-2.8 |
Component: | pjmedia | Version: | trunk |
Keywords: | Cc: | ||
Backport to 1.x milestone: | Backported: | no |
Description (last modified by ming)
In the doc of the API pjmedia_conf_connect_port(pjmedia_conf *conf, unsigned src_slot, unsigned sink_slot, int level):
@param level This argument is reserved for future improvements where it is possible to adjust the level of signal transmitted in a specific connection. For now, this argument MUST be zero.
This ticket will implement that improvement.
Thanks to Michael Scheiffler for the original patch and Thibault Groisil for subsequent improvements and fix.
Change History (3)
comment:1 Changed 7 years ago by ming
- Resolution set to fixed
- Status changed from new to closed
comment:2 Changed 7 years ago by ming
- Description modified (diff)
comment:3 Changed 7 years ago by ming
- Description modified (diff)
Note: See
TracTickets for help on using
tickets.
In 5792: