Changes between Version 2 and Version 4 of Ticket #2251


Ignore:
Timestamp:
Nov 29, 2019 4:23:17 AM (4 years ago)
Author:
ming
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2251

    • Property Owner set to ming
    • Property Status changed from new to closed
    • Property Resolution changed from to fixed
  • Ticket #2251 – Description

    v2 v4  
    22 
    33The best solution seems to be not holding the conference lock when calling media port's eof callbacks. In this ticket, we will try to achieve this by using media event mechanism to call those callbacks. 
     4 
     5**IMPORTANT**: Note that this ticket will deprecate pjmedia_*_set_eof_cb() and pjmedia_*_set_cb() and replace it with pjmedia_*_set_eof_cb2()/set_cb2().