Set auto-download settings for media types
// Disable video and document auto-downloadawait WPP.conn.setAutoDownloadSettings({ videos: false, documents: false});// Enable only photosawait WPP.conn.setAutoDownloadSettings({ photos: true, audio: false, videos: false, documents: false}); Copy
// Disable video and document auto-downloadawait WPP.conn.setAutoDownloadSettings({ videos: false, documents: false});// Enable only photosawait WPP.conn.setAutoDownloadSettings({ photos: true, audio: false, videos: false, documents: false});
Set auto-download settings for media types