Changes between Initial Version and Version 1 of Ticket #1526
- Timestamp:
- Jun 22, 2012 8:33:10 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1526 – Description
initial v1 5 5 1. answer the call, e.g: "a" then "200", there will be video in the SDP (which should not!) 6 6 1. send ACK to pjsua with SDP answer with video in the answer is enabled too 7 8 After investigation, after receiving incoming call, PJSUA will immediately start media channel init and create SDP with default call setting, i.e: audio and video count both set to 1, and when application call pjsua_call_answer() with different call setting, e.g: video count set to 0, the media channel update doesn't like such inconsistency when we are as SDP offerer and will trigger an assertion. 9 10 The solution should consider the requirements below: 11 - be able to initialize media with the settings based on user confirmation 12 - should avoid excessive/repeated initialization (e.g: multiple SDP or transport creation) 13 - simple and minimal changes is prefered