Changes between Version 50 and Version 51 of Getting-Started/Android
- Timestamp:
- Apr 21, 2015 4:44:40 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Getting-Started/Android
v50 v51 104 104 }}} 105 105 106 === Adding Video Capture Device to Your Application === 107 Copy the java part of PJSIP Android capture device to the application's source directory: 108 {{{ 109 cp pjmedia/src/pjmedia-videodev/android/PjCamera*.java [your_app]/src/org/pjsip/ 110 }}} 106 111 107 112 === Using Video API ===