Opened 11 years ago
Closed 11 years ago
#1741 closed defect (fixed)
Incorrect AudioMedia implementation in setting signal level adjustment and querying signal level
Reported by: | nanang | Owned by: | bennylp |
---|---|---|---|
Priority: | normal | Milestone: | release-2.2.1 |
Component: | pjsua2 | Version: | trunk |
Keywords: | Cc: | ||
Backport to 1.x milestone: | Backported: | no |
Description
The implementation problem is related to different perceptions of TX & RX direction between pjsua-lib and pjsua2. In pjsua-lib, TX & RX directions are seen from conference bridge point of view, while in pjsua2, they are seen from media port point of view.
For example in AudioMedia::adjustRxLevel(), the "Rx" there means audio flow from conference bridge to AudioMedia object, and it actually corresponds to pjsua_conf_adjust_tx_level() in pjsua-lib (notice the "tx").
Change History (1)
comment:1 Changed 11 years ago by nanang
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
In 4771: