Opened 9 years ago
Closed 9 years ago
#1911 closed defect (fixed)
Callback onCallSdpCreated() (pjsua2) doesn't modify the SDP
Reported by: | ming | Owned by: | bennylp |
---|---|---|---|
Priority: | normal | Milestone: | release-2.5 |
Component: | pjsua2 | Version: | trunk |
Keywords: | Cc: | ||
Backport to 1.x milestone: | Backported: | no |
Description
The callback is used to notify application when a call has just created a local SDP (for initial or subsequent SDP offer/answer). Application can override this callback to modify the SDP, before it is being sent and/or negotiated with remote SDP. However, upon modifying the SDP, PJSIP still sends the original, unchanged SDP.
Change History (1)
comment:1 Changed 9 years ago by ming
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
In 5274: