Ignore:
Timestamp:
Dec 2, 2013 4:40:29 AM (10 years ago)
Author:
ming
Message:

Re #1519: Add call media

File:
1 edited

Legend:

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

    r4663 r4666  
    709709    prm.e.fromPj(*e); 
    710710     
    711     call->onCallState(prm); 
     711    call->processStateChange(prm); 
    712712    /* If the state is DISCONNECTED, call may have already been deleted 
    713713     * by the application in the callback, so do not access it anymore here. 
     
    736736        return; 
    737737    } 
    738      
     738 
    739739    OnCallMediaStateParam prm; 
    740     call->onCallMediaState(prm); 
     740    call->processMediaUpdate(prm); 
    741741} 
    742742 
Note: See TracChangeset for help on using the changeset viewer.