Ignore:
Timestamp:
May 6, 2019 10:05:03 AM (5 years ago)
Author:
ming
Message:

Fixed #2194: onStreamDestroyed callback is not called upon call disconnection

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/src/pjsua2/endpoint.cpp

    r5972 r5976  
    11191119    Call *call = Call::lookup(call_id); 
    11201120    if (!call) { 
     1121        /* This can happen for call disconnection case. The callback 
     1122         * should have been called from on_call_state() instead. 
     1123         */ 
    11211124        return; 
    11221125    } 
Note: See TracChangeset for help on using the changeset viewer.