Changes between Initial Version and Version 1 of Ticket #2232


Ignore:
Timestamp:
Sep 23, 2019 10:42:04 PM (5 years ago)
Author:
riza
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2232 – Description

    initial v1  
    1 A reference to `AudioMedia` for the call is stored in an internal list (`MediaList`). On `libDestroy()` the list is cleared, and the `AudioMedia` is expected to remove itself. However `AudioMedia` for an active call is not removed and leads to a crash. The use of internal list is not safe as described in #2189. This ticket will deprecate all the API listed there.   
     1A reference to `AudioMedia` for the call is stored in an internal list (`MediaList`). On `libDestroy()` the list is cleared, and the `AudioMedia` is expected to remove itself. However `AudioMedia` for an active call is not removed and leads to a crash. The use of internal list is not safe as described in #2189. This ticket will disable all of the deprecate API listed there.