#1419 closed enhancement (fixed)
Media count manipulation in call basis (thanks Bogdan Krakowski for the suggestion)
Reported by: | nanang | Owned by: | bennylp |
---|---|---|---|
Priority: | normal | Milestone: | release-2.0-beta |
Component: | pjsua-lib | Version: | trunk |
Keywords: | Cc: | ||
Backport to 1.x milestone: | Backported: |
Description
Currently, media count setting is configurable via account setting only, which not really ideal for application, e.g: need to modify the account setting just for enabling video in an audio only session. So, media count manipulation should be done per call basis rather than per account basis.
Change History (4)
comment:1 Changed 13 years ago by nanang
comment:2 Changed 13 years ago by nanang
(In [3903]) Re #1419: updated call transfer to allow both the transferee and the transfer destination to update the current call setting:
- for transferee (attended & unattended): via new PJSUA-LIB callback on_call_transfer_request2()
- for transfer destination (attended only): via new PJSUA-LIB callback on_call_replace_request2()
comment:3 Changed 13 years ago by nanang
- Resolution set to fixed
- Status changed from new to closed
comment:4 Changed 13 years ago by bennylp
Note: See
TracTickets for help on using
tickets.
(In [3891]) Re #1419, implement media count manipulation per call basis: