You are developing a Universal Windows Platform (UWP) app that allows users to lake photos and record videos. The photos and videos must be stored in the user's Photos library and Videos library, respectively. The app must not display a user interface for saving files.
You need to configure the app.
Which set of capabilities should you declare in the app manifest?
You must specify the webcam or microphone capabilities in your app manifest file if you are using MediaCapture to capture audio, photos, or video programmatically.
Currently there are no comments in this discussion, be the first to comment!