Get auto-download settings for media types
// Get current settingsconst settings = WPP.conn.getAutoDownloadSettings();console.log(settings);// { photos: true, audio: true, videos: false, documents: false } Copy
// Get current settingsconst settings = WPP.conn.getAutoDownloadSettings();console.log(settings);// { photos: true, audio: true, videos: false, documents: false }
Get auto-download settings for media types