can not build pjsip for windows phone -
I was trying to create a pjsip library according to the instructions given here
I have followed every step, but the following error occurs
Error CS0006: Metadata file 'F: \ Windows-Phone-Wordspace \ Pjsip \ pjsip-apps \ src \ pjsua \ Wp \ lib \ PjsuaWP BackEnd.winmd 'did not get'
I went to pjsip-apps \ src \ pjsua \ wp \ lib directory and found that the folder is empty.
What can be done properly to create a sample on Windows Phone 8?
Set your config_site to:
#define PJMEDIA_AUDIO_DEV_HAS_PORTAUDIO 0 #define PJMEDIA_AUDIO_DEV_HAS_WMME 0 #define PJMEDIA_AUDIO_DEV_HAS_WASAPI 1
Go through the solution and set to all
PJMEDIA_AUDIO_DEV_HAS_WMME 0 < Ln 112 also on / code>
on \ pjmedia \ include \ pjmedia-audiodev \ config.h
OR
add; PJMEDIA_AUDIO_DEV_HAS_PORTAUDIO ;; PJMEDIA_AUDIO_DEV_HAS_WMME; PJMEDIA_AUDIO_DEV_HAS_WASAPI
In your project build options (own of pjsua_wp or ypur)
Comments
Post a Comment