Changeset 4844
- Timestamp:
- May 9, 2014 10:39:39 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip-apps/src/swig/java/android/src/org/pjsip/pjsua2/app/MainActivity.java
r4840 r4844 208 208 /* Only one call at anytime */ 209 209 if (currentCall != null) { 210 /* 210 211 prm.setStatusCode(pjsip_status_code.PJSIP_SC_BUSY_HERE); 211 212 try { 212 213 call.hangup(prm); 213 214 } catch (Exception e) {} 215 */ 216 // TODO: set status code 217 call.delete(); 214 218 return true; 215 219 }
Note: See TracChangeset
for help on using the changeset viewer.