Changes between Version 50 and Version 51 of Getting-Started/Android


Ignore:
Timestamp:
Apr 21, 2015 4:44:40 AM (9 years ago)
Author:
ming
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Getting-Started/Android

    v50 v51  
    104104}}} 
    105105 
     106=== Adding Video Capture Device to Your Application === 
     107Copy the java part of PJSIP Android capture device to the application's source directory: 
     108{{{ 
     109cp pjmedia/src/pjmedia-videodev/android/PjCamera*.java [your_app]/src/org/pjsip/ 
     110}}} 
    106111 
    107112=== Using Video API ===