Changes between Version 5 and Version 25 of Ticket #1900


Ignore:
Timestamp:
Jan 25, 2017 10:01:47 AM (7 years ago)
Author:
nanang
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1900

    • Property Status changed from new to closed
    • Property Resolution changed from to fixed
    • Property Milestone changed from release-2.x to release-2.6
  • Ticket #1900 – Description

    v5 v25  
    11Support Windows 10 / Universal Windows Platform and continue the work for Windows Phone 8 support (#1704). 
    22 
    3 Build guide: 
    4 - Checkout the code from https://svn.pjsip.org/repos/pjproject/branches/projects/uwp 
    5 - Open pjproject-vs14.sln solution file 
    6 - Define the API_Family used on pjproject-vs14-api-def.props. After changing the API_Family, you might need to reopen the solution. 
    7   - UWP for (UWP)   
    8   - WinPhon8 for (WP8) 
    9 - Set your config_site.h to the following: 
    10 {{{ 
    11   #define PJMEDIA_AUDIO_DEV_HAS_PORTAUDIO 0 
    12   #define PJMEDIA_AUDIO_DEV_HAS_WMME 0 
    13   #define PJMEDIA_AUDIO_DEV_HAS_WASAPI 1 
    14 }}} 
    15 - Run sample app 
    16   - Voip for UWP sample app 
    17     - Choose ARM to run on a Windows 10 Phone 
    18     - Choose Win32 to run on emulator or local desktop as a UWP app 
    19   - pjsua_cli_wp8 
    20     - Choose ARM to run on device 
    21  
     3Build guide: [wiki:Getting-Started/Windows-Phone Building for UWP & WP8]