It looks like this is a web page, not a feed. I looked for a feed associated with this page, but couldn't find one. Please enter the address of your feed to validate.

Source: http://feeds.feedburner.com/ShareSkypeJa

  1. <!DOCTYPE html> <html class="en ltr os_Windows" data-language="en" data-pagename="blogs" data-pagetype="blogs" data-pagepath="/blogs" data-region="us" lang="en" dir="ltr"> <!-- AzureInstance: CMSApp_IN_1 --><head id="head"><title> What’s new in Skype | Skype Blog </title><meta name="description" content="Stay up to date on Skype news. The latest features and video call technology keeping you connected with the people that matter most. " /><meta name="keywords" content="skype, skype blog, blogs, blogging, features, skype features, free features" />  <!-- Google Tag Manager --> <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-MR23TXZ5');</script> <!-- End Google Tag Manager --> <meta charset="utf-8"> <!-- JSLL --> <script type="text/javascript" src="https://js.monitor.azure.com/scripts/c/ms.analytics-web-3.min.js"></script> <meta name="ms.appid" content="JS:scom" /> <meta name="ms.lang" content="en" /> <meta name="ms.pagetype" content="blogs" /> <!-- DNS prefetch --> <meta name="viewport" content="width=device-width, initial-scale=1" /> <meta http-equiv="X-UA-Compatible" content="IE=Edge" /> <meta http-equiv="Cache-control" content="max-age=0" /> <meta http-equiv="Cache-control" content="no-cache" /> <meta http-equiv="Expires" content="0" /> <meta http-equiv="Pragma" content="no-cache" />  <link rel="dns-prefetch" href="https://secure.skypeassets.com"> <link rel="preconnect" href="https://swc.cdn.skype.com"><link rel="preconnect" href="https://a.lw.skype.com"><link rel="preconnect" href="https://login.live.com"><link rel="preconnect" href="https://web.vortex.data.microsoft.com"><link rel="preconnect" href="https://browser.pipe.aria.microsoft.com"><link rel="preconnect" href="https://uhf.microsoft.com"><link rel="preconnect" href="https://edge.skype.com"> <link rel="dns-prefetch" href="https://swc.cdn.skype.com"><link rel="dns-prefetch" href="https://uhf.microsoft.com"><link rel="dns-prefetch" href="https://web.vortex.data.microsoft.com"><link rel="dns-prefetch" href="https://browser.pipe.aria.microsoft.com"><link rel="dns-prefetch" href="https://edge.skype.com"> <!-- Social Tags --> <meta property="og:url" content="https://www.skype.com/en/blogs/" /> <meta property="og:type" content="website" /> <meta property="fb:app_id" content="260273468396" /> <meta property="og:title" content="What’s new in Skype | Skype Blog  " /> <meta property="og:description" content="Stay up to date on Skype news. The latest features and video call technology keeping you connected with the people that matter most.  " />  <meta property="og:image" content="https://secure.skypeassets.com/content/dam/scom/blogs/announcement-2022/callingstage.jpg" />   <meta name="twitter:card" content="summary_large_image" /> <meta name="twitter:site" content="@Skype" /> <meta name="twitter:title" content="What’s new in Skype | Skype Blog  " /> <meta name="twitter:description" content="Stay up to date on Skype news. The latest features and video call technology keeping you connected with the people that matter most.  " />  <meta name="twitter:image" content="https://secure.skypeassets.com/content/dam/scom/blogs/announcement-2022/callingstage.jpg" />   <!-- Apple Mobile Web App --> <meta name="apple-mobile-web-app-capable" content="yes" /> <meta name="apple-mobile-web-app-status-bar-style" content="black" /> <!-- Apple Mobile Banner --> <!-- Favicon --> <link rel="icon" href="https://secure.skypeassets.com/apollo/2.1.1806/images/icons/favicon.ico" type="image/vnd.microsoft.icon" /> <link rel="shortcut icon" href="https://secure.skypeassets.com/apollo/2.1.1806/images/icons/favicon.ico" /> <link rel="apple-touch-icon" href="https://secure.skypeassets.com/apollo/2.1.1806/images/icons/apple-touch-icon.png" />  <!-- [STYLES][START] -->  <link rel="stylesheet" href="https://secure.skypeassets.com/apollo/2.1.1806/css/main-v4.css" /> <link rel="stylesheet" href="https://secure.skypeassets.com/apollo/2.1.1806/css/custom/tx.css" />   <!-- UHF Styles --> <link rel="stylesheet" href="https://secure.skypeassets.com/apollo/0.0.0/static/uhf.css" type="text/css" media="all"> <!-- [STYLES][END] --> <!-- [JAVASCRIPT-HEAD][START] --> <!-- [JAVASCRIPT-HEAD][START] --> <script> function onArtemisLoad(callback) { if (window.Artemis) { callback(); } else { setTimeout(onArtemisLoad.bind(null, callback), 1000); } } window.artemisRequire = function(paths, callback) { if (!window.Artemis) { onArtemisLoad(resolve.bind(null, paths, callback)); } else { resolve(); } function resolve() { var requiredModules = paths.map(function(path) { return path.reduce(function(acc, cur) { acc = acc ? acc[cur] : undefined; return acc; }, Artemis) }).filter(function(x) { return x !== undefined; }); if (requiredModules && requiredModules.length> 0) { callback.apply(null, requiredModules); } } }; window.skypeArtemis = (function(source) { if (!source) { source = {}; } function deepAdd(level, settings) { for (var s in settings) { if (!level.hasOwnProperty(s)) { level[s] = settings[s]; } else if (level[s] !== null && typeof level[s] === 'object') { deepAdd(level[s], settings[s]); } } } function deepUpdate(level, settings) { for (var s in settings) { if (level[s] !== null && typeof level[s] === 'object') { deepUpdate(level[s], settings[s]); } else { level[s] = settings[s]; } } } function addSettings(settings) { if (!settings) return; if (!window["SKYPE_SETTINGS"]) { window["SKYPE_SETTINGS"] = {}; } deepAdd(window["SKYPE_SETTINGS"], settings); } function updateSettings(settings) { if (!settings) return; if (!window["SKYPE_SETTINGS"]) { window["SKYPE_SETTINGS"] = {}; } deepUpdate(window["SKYPE_SETTINGS"], settings); } function addSkypeSettings(settings) { if (!settings) return; if (!window["SKYPE_SETTINGS"]) { window["SKYPE_SETTINGS"] = {}; } if (!window["SKYPE_SETTINGS"].settings) { window["SKYPE_SETTINGS"].settings = {}; } deepAdd(window["SKYPE_SETTINGS"].settings, settings); } function updateSkypeSettings(settings) { if (!settings) return; if (!window["SKYPE_SETTINGS"]) { window["SKYPE_SETTINGS"] = {}; } if (!window["SKYPE_SETTINGS"].settings) { window["SKYPE_SETTINGS"].settings = {}; } deepUpdate(window["SKYPE_SETTINGS"].settings, settings); } source.addSettings = addSettings; source.updateSettings = updateSettings; source.addSkypeSettings = addSkypeSettings; source.updateSkypeSettings = updateSkypeSettings; return source; })(window.skypeArtemis); </script> <script> skypeArtemis.addSettings({ slowLoadTimeout: 10000, toggleSelectors: { "notSet": "#initial-state", "neo": "#neo-content", "green": "#green-content" } }); </script> <script> window.MEET_NOW_WIDGET_SETTINGS = { version: "1.0.150", pathToBlob: "https://secure.skypeassets.com/apollo/0.0.0/meetnowwidget" }; </script> <script src="https://secure.skypeassets.com/apollo/0.0.0/lib/jquery-3.4.1.min.js"></script> <script src="https://secure.skypeassets.com/apollo/2.1.1806/js/non-requirejs/bundle.js"></script> <script src="https://secure.skypeassets.com/apollo/2.1.1806/lib/modernizr.min.js"></script>  <script> if (!window["SKYPE_SETTINGS"]) { window["SKYPE_SETTINGS"] = {}; } window["SKYPE_SETTINGS"].skypeLazyLoadActive = true; if (window.skypeLazyGravity && typeof window.skypeLazyGravity.init === "function") { window.skypeLazyGravity.init([".lazyLoad", ".promo-image"]); } </script>   <!-- RequireJS --> <script> var paths = { "aria": "../lib/aria-web-telemetry-2.9.0.min", "ecsClient": "../lib/ecs-client.min", "swcChat": "../lib/swcChat.min", "jquery": "../lib/jquery-1.11.1.min", "aria": "../lib/aria-web-telemetry-2.9.0.min", "domReady": "../lib/domReady.min", "jqueryvisible": "../lib/jquery-visible.min", "ecsClient": "../lib/ecs-client.min", "swcChat": "../lib/swcChat.min", "sanitize-url": "../lib/sanitize-url" }; var require = { baseUrl: "https://secure.skypeassets.com/apollo/2.1.1806/js", waitSeconds: 200, paths: paths, shim: { "ecsClient": { exports: "ecsClient" } } }; </script>  <!-- [Begin] 1DS script includes --> <script type="text/javascript"> const analytics = new oneDS.ApplicationInsights(); var pageName = "static/blogs"; var config = { instrumentationKey: "05140445825c4124aa36b776f40e2bc0-940c5117-5b51-4df0-be5b-7a4ab3217d00-7026", propertyConfiguration: { env: "prod" }, webAnalyticsConfiguration: { isLoggedIn: (sessionStorage.profile !== undefined), shareAuthStatus: true, authMethod: 1, autoCapture: { pageView: true, onLoad: true, onUnload: true, scroll: true, resize: true, lineage: true, click: true }, coreData: { pageName: pageName } } }; analytics.initialize(config, []); window.owap = analytics; </script> <!-- [End] 1DS script includes -->   <!-- RequireJS --> <script src="https://secure.skypeassets.com/apollo/2.1.1806/lib/require.js"></script> <!-- NOTICE: Third party scripts or code, linked to, called or referenced from this web site, online service or product, are licensed to you by the third parties that own such code, not by Microsoft. --> <script> var settings = { api: { "sessionApiUrl": "https://api.skype.com/users/self/displayname", "webClientEligibilityApiUrl": "https://web.skype.com/v1/api/eligibility-check", "contentApiUrl": "https://contentapi.skype.com/api/v2-0/regions/", "skypeProfileApiUrlBase": "https://edge.skype.com/profile/v1/", "helperApiUrlBase": "https://helperapi.skype.com/", "o365Eligibility": "https://api.skype.com/users/self/ust/eligibility", "o365Service": "https://api.skype.com/users/self/ust/service", "o365Provision": "https://api.skype.com/users/self/ust/provisioningevents", "loginApiUrl": "https://login.skype.com/login", }, token: { "clientId": "815617", "redirectUri": "https://www.skype.com/en/apps/tokenhandler?appid=scom", "loginUri": "https://a.lw.skype.com/login/silent", "cacheLength": "5000", }, user: { "msaLoginFromBackend": true, }, message: { "genericError": "Oops, it looks like we lost this bit. Please try again while we find a new copywriter." }, errorsLogger: { "enabled": "true", "token": "28b1987bcc8c4e1a8cd8c2874c7dede4-66d03f5b-4777-4915-ba6a-f821e57b2e64-7437" }, ecs: { "serverUri": "prod" }, swcChat: { "sdkUrl": "https://swc.cdn.skype.com/sdk/v1/sdk.min.js", "connectPageUrl": "https://www.skype.com/en/connect/", "environment": "prod", "chat": "true", "style": "scom", "disable": "false" }, fadeOnScroll: { "home": "true", "tx": "" }, dropdown: { "promoteUrl": "http://go.skype.com/thank.you" }, pages: { o365: { loginRedirectHandler: "auto-login-redirect-handler", }, meetnow: { redirectUrl: "https://api.join.skype.com", } } };  settings.navigation = { "header": { "sticky": false, "showLinks": true, "showButtons": false, "accountLink": "https://go.skype.com/myaccount", "logoutLink": "https://go.skype.com/logout?client_id=815617&redirect_uri=https://www.skype.com&response_type=token&redirect=true", "hostMeetingLink": "https://go.skype.com/meetnow.accessurl" } };   skypeArtemis.addSkypeSettings(settings); require(['require', 'artemis/core/settings/settings'], function(require) { var SkypeSettings = require('artemis/core/settings/settings').default; SkypeSettings.register(settings); }); </script> <!-- CMS components --> <script src="https://secure.skypeassets.com/apollo/2.1.1806/js/artemis/cmsComponentsBundle.js"></script> <!-- Master page --> <script src="https://secure.skypeassets.com/apollo/2.1.1806/js/artemis/pages/master.js"></script> <!-- [JAVASCRIPT-HEAD][END] -->  <link rel="preload" href="https://secure.skypeassets.com/apollo/2.1.1806/js/artemis/cmsComponentsBundle.js" as="script"> <link rel="preload" href="https://secure.skypeassets.com/apollo/2.1.1806/js/artemis/pages/master.js" as="script">  <link rel="preload" href="https://secure.skypeassets.com/content/dam/scom/new-skype/components/spinner2-blue.gif" as="image"> <link rel="preload" href="https://secure.skypeassets.com/apollo/2.1.1806/fonts/icon2/SkypeAssets-Light.woff" as="font" type="font/woff" crossorigin="anonymous">       <style> .heroSection .mainHero { background: url("https://secure.skypeassets.com/content/dam/scom/blogs/group-2018774345-new.png") no-repeat center center/cover #000; } @media (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) { .heroSection .mainHero { background: url("https://secure.skypeassets.com/content/dam/scom/blogs/group-2018774345-new.png") no-repeat center center/cover #000; } } @media (min-width: 768px) { .heroSection .mainHero { background: url("https://secure.skypeassets.com/content/dam/scom/blogs/group-2018774345-new.png") no-repeat center center/cover #000; } } @media (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 768px) and (min--moz-device-pixel-ratio: 2), (min-width: 768px) and (-o-min-device-pixel-ratio: 2/1), (min-width: 768px) and (min-device-pixel-ratio: 2), (min-width: 768px) and (min-resolution: 192dpi), (min-width: 768px) and (min-resolution: 2dppx) { .heroSection .mainHero { background: url("https://secure.skypeassets.com/content/dam/scom/blogs/group-2018774345-new.png") no-repeat center center/cover #000; } } </style> <!-- [start] LazyLoad -->  <!-- [end] Lazyload -->  <link rel="canonical" href="https://www.skype.com/en/blogs/"/><link rel="alternate" hreflang="ar" href="https://www.skype.com/ar/blogs/"/> <link rel="alternate" hreflang="bg" href="https://www.skype.com/bg/blogs/"/> <link rel="alternate" hreflang="cs" href="https://www.skype.com/cs/blogs/"/> <link rel="alternate" hreflang="da" href="https://www.skype.com/da/blogs/"/> <link rel="alternate" hreflang="de" href="https://www.skype.com/de/blogs/"/> <link rel="alternate" hreflang="el" href="https://www.skype.com/el/blogs/"/> <link rel="alternate" hreflang="en" href="https://www.skype.com/en/blogs/"/> <link rel="alternate" hreflang="es" href="https://www.skype.com/es/blogs/"/> <link rel="alternate" hreflang="et" href="https://www.skype.com/et/blogs/"/> <link rel="alternate" hreflang="fi" href="https://www.skype.com/fi/blogs/"/> <link rel="alternate" hreflang="fr" href="https://www.skype.com/fr/blogs/"/> <link rel="alternate" hreflang="he" href="https://www.skype.com/he/blogs/"/> <link rel="alternate" hreflang="hi" href="https://www.skype.com/hi/blogs/"/> <link rel="alternate" hreflang="hu" href="https://www.skype.com/hu/blogs/"/> <link rel="alternate" hreflang="id" href="https://www.skype.com/id/blogs/"/> <link rel="alternate" hreflang="it" href="https://www.skype.com/it/blogs/"/> <link rel="alternate" hreflang="ja" href="https://www.skype.com/ja/blogs/"/> <link rel="alternate" hreflang="ko" href="https://www.skype.com/ko/blogs/"/> <link rel="alternate" hreflang="nl" href="https://www.skype.com/nl/blogs/"/> <link rel="alternate" hreflang="no" href="https://www.skype.com/no/blogs/"/> <link rel="alternate" hreflang="pl" href="https://www.skype.com/pl/blogs/"/> <link rel="alternate" hreflang="pt-br" href="https://www.skype.com/pt-br/blogs/"/> <link rel="alternate" hreflang="pt" href="https://www.skype.com/pt/blogs/"/> <link rel="alternate" hreflang="ro" href="https://www.skype.com/ro/blogs/"/> <link rel="alternate" hreflang="ru" href="https://www.skype.com/ru/blogs/"/> <link rel="alternate" hreflang="sv" href="https://www.skype.com/sv/blogs/"/> <link rel="alternate" hreflang="tr" href="https://www.skype.com/tr/blogs/"/> <link rel="alternate" hreflang="uk" href="https://www.skype.com/uk/blogs/"/> <link rel="alternate" hreflang="zh-Hans" href="https://www.skype.com/zh-Hans/blogs/"/> <link rel="alternate" hreflang="zh-Hant" href="https://www.skype.com/zh-Hant/blogs/"/> </head> <body >  <div class="top-body"> <!-- TOP -->  <iframe id="skypeToken815617" width="0" height="0" tabindex="-1" title="empty" style="display: none !important" src="" data-role="skypeToken"> </iframe> <script> var expiresIn = sessionStorage.getItem('cacheExpiration'); if (Date.now()>= expiresIn) { sessionStorage.removeItem("skypeToken"); sessionStorage.removeItem("signinName"); sessionStorage.removeItem("skypeTokenTimestamp"); sessionStorage.removeItem("cacheExpiration"); var timestamp = Date.now(); var iframe = document.getElementById('skypeToken815617'); if (iframe) { iframe.setAttribute("name", "skypeToken815617" + timestamp); iframe.setAttribute("id", "skypeToken815617" + timestamp); iframe.src = "https://a.lw.skype.com/login/silent?client_id=815617&response_type=postmessage&redirect_uri=https://www.skype.com&timestamp=" + timestamp; } } </script>   </div> <div id="nav-wrapper" >           <div id="headerArea" class="uhf" data-m='{"cN":"headerArea","cT":"Area_coreuiArea","id":"a1Body","sN":1,"aN":"Body"}'> <div id="headerRegion" data-region-key="headerregion" data-m='{"cN":"headerRegion","cT":"Region_coreui-region","id":"r1a1","sN":1,"aN":"a1"}'> <div id="headerUniversalHeader" data-m='{"cN":"headerUniversalHeader","cT":"Module_coreui-universalheader","id":"m1r1a1","sN":1,"aN":"r1a1"}' data-module-id="Category|headerRegion|coreui-region|headerUniversalHeader|coreui-universalheader"> <div data-m='{"cN":"cookiebanner_cont","cT":"Container","id":"c1m1r1a1","sN":1,"aN":"m1r1a1"}'> <div id="uhfCookieAlert" data-locale="en-us"> <div id="msccBannerV2"></div> </div> </div> <a id="uhfSkipToMain" class="m-skip-to-main" href="javascript:void(0)" data-href="#form" tabindex="0" data-m='{"cN":"Skip to content_nonnav","id":"nn2m1r1a1","sN":2,"aN":"m1r1a1"}'>Skip to main content</a> <!-- AzureInstance: CMSApp_IN_1 --><header class="c-uhfh context-uhf no-js c-sgl-stck c-category-header " itemscope="itemscope" data-header-footprint="/Skype/liveSkypeHeaderDefault, fromService: True" data-magict="true" itemtype="http://schema.org/Organization"> <div class="theme-light js-global-head f-closed global-head-cont" data-m='{"cN":"Universal Header_cont","cT":"Container","id":"c3m1r1a1","sN":3,"aN":"m1r1a1"}'> <div class="c-uhfh-gcontainer-st"> <button type="button" class="c-action-trigger c-glyph glyph-global-nav-button" aria-label="All Microsoft expand to see list of Microsoft products and services" initialState-label="All Microsoft expand to see list of Microsoft products and services" toggleState-label="Close All Microsoft list" aria-expanded="false" data-m='{"cN":"Mobile menu button_nonnav","id":"nn1c3m1r1a1","sN":1,"aN":"c3m1r1a1"}'></button> <button type="button" class="c-action-trigger c-glyph glyph-arrow-htmllegacy c-close-search" aria-expanded="false" data-m='{"cN":"Close Search_nonnav","id":"nn2c3m1r1a1","sN":2,"aN":"c3m1r1a1"}'></button> <a id="uhfLogo" class="c-logo c-sgl-stk-uhfLogo" itemprop="url" href="https://www.microsoft.com" aria-label="Microsoft" data-m='{"cN":"GlobalNav_Logo_cont","cT":"Container","id":"c3c3m1r1a1","sN":3,"aN":"c3m1r1a1"}'> <img alt="" itemprop="logo" class="c-image" src="https://secure.skypeassets.com/content/dam/scom/images/logos/re1mu3b.png" role="presentation" aria-hidden="true" /> <span itemprop="name" role="presentation" aria-hidden="true">Microsoft</span> </a> <div class="f-mobile-title"> <button type="button" class="c-action-trigger c-glyph glyph-chevron-left" aria-label="See more menu options" data-m='{"cN":"Mobile back button_nonnav","id":"nn4c3m1r1a1","sN":4,"aN":"c3m1r1a1"}'></button> <span data-global-title="Microsoft home" class="js-mobile-title">Skype</span> <button type="button" class="c-action-trigger c-glyph glyph-chevron-right" aria-label="See more menu options" data-m='{"cN":"Mobile forward button_nonnav","id":"nn5c3m1r1a1","sN":5,"aN":"c3m1r1a1"}'></button> </div> <div class="c-show-pipe x-hidden-vp-mobile-st"> <a id="uhfCatLogo" class="c-logo c-cat-logo" href="https://www.skype.com" aria-label="Skype" itemprop="url" data-m='{"cN":"CatNav_Skype_nav","id":"n6c3m1r1a1","sN":6,"aN":"c3m1r1a1"}'> <span>Skype</span> </a> </div> <div class="cat-logo-button-cont x-hidden"> <button type="button" id="uhfCatLogoButton" class="c-cat-logo-button x-hidden" aria-expanded="false" aria-label="Skype" data-m='{"cN":"Skype_nonnav","id":"nn7c3m1r1a1","sN":7,"aN":"c3m1r1a1"}'> Skype </button> </div> <nav id="uhf-g-nav" aria-label="Contextual menu" class="c-uhfh-gnav" data-m='{"cN":"Category nav_cont","cT":"Container","id":"c8c3m1r1a1","sN":8,"aN":"c3m1r1a1"}'> <ul class="js-paddle-items"> <li class="single-link js-nav-menu x-hidden-none-mobile-vp uhf-menu-item"> <a class="c-uhf-nav-link" href="https://www.skype.com" data-m='{"cN":"CatNav_Home_nav","id":"n1c8c3m1r1a1","sN":1,"aN":"c8c3m1r1a1"}'> Home </a> </li> <li class="single-link js-nav-menu uhf-menu-item"> <a id="uhfDownloads" class="c-uhf-nav-link" href="https://www.skype.com/en/get-skype/" data-m='{"cN":"CatNav_Downloads_nav","id":"n2c8c3m1r1a1","sN":2,"aN":"c8c3m1r1a1"}'>Downloads</a> </li> <li class="single-link js-nav-menu uhf-menu-item"> <a id="uhfRates" class="c-uhf-nav-link" href="https://www.skype.com/en/international-calls/" data-m='{"cN":"CatNav_Rates_nav","id":"n3c8c3m1r1a1","sN":3,"aN":"c8c3m1r1a1"}'>Skype to Phone</a> </li> <li class="single-link js-nav-menu uhf-menu-item"> <a id="uhfSkypeNumber" class="c-uhf-nav-link" href="https://www.skype.com/en/skype-number/" data-m='{"cN":"CatNav_Skype Number_nav","id":"n4c8c3m1r1a1","sN":4,"aN":"c8c3m1r1a1"}'>Skype Number</a> </li> <li class="single-link js-nav-menu uhf-menu-item"> <a id="uhfDiscover" class="c-uhf-nav-link" href="https://www.skype.com/en/features/" data-m='{"cN":"CatNav_Discover_nav","id":"n5c8c3m1r1a1","sN":5,"aN":"c8c3m1r1a1"}'>Features</a> </li> <li class="nested-menu uhf-menu-item"> <div class="c-uhf-menu js-nav-menu"> <button type="button" id="uhfProducts" aria-expanded="false" data-m='{"cN":"CatNav_Products_nonnav","id":"nn6c8c3m1r1a1","sN":6,"aN":"c8c3m1r1a1"}'>Products</button> <ul class="" data-class-idn="" aria-hidden="true" data-m='{"cN":"Products_cont","cT":"Container","id":"c7c8c3m1r1a1","sN":7,"aN":"c8c3m1r1a1"}'> <li class="js-nav-menu single-link" data-m='{"cN":"guestHostButtonTop_cont","cT":"Container","id":"c1c7c8c3m1r1a1","sN":1,"aN":"c7c8c3m1r1a1"}'> <a id="uhfSubMeetNow" class="js-subm-uhf-nav-link" href="https://www.skype.com/en/free-conference-call" data-m='{"cN":"CatNav_guestHostButtonTop_nav","id":"n1c1c7c8c3m1r1a1","sN":1,"aN":"c1c7c8c3m1r1a1"}'>Meet Now</a> </li> <li class="js-nav-menu single-link" data-m='{"cN":"Manager_cont","cT":"Container","id":"c2c7c8c3m1r1a1","sN":2,"aN":"c7c8c3m1r1a1"}'> <a id="uhfSubManager" class="js-subm-uhf-nav-link" href="https://www.skype.com/en/skype-manager/" data-m='{"cN":"CatNav_Manager_nav","id":"n1c2c7c8c3m1r1a1","sN":1,"aN":"c2c7c8c3m1r1a1"}'>Skype Manager</a> </li> <li class="js-nav-menu single-link" data-m='{"cN":"Skype with Alexa_cont","cT":"Container","id":"c3c7c8c3m1r1a1","sN":3,"aN":"c7c8c3m1r1a1"}'> <a id="uhfSubAlexa" class="js-subm-uhf-nav-link" href="https://www.skype.com/en/alexa/" data-m='{"cN":"CatNav_Skype with Alexa_nav","id":"n1c3c7c8c3m1r1a1","sN":1,"aN":"c3c7c8c3m1r1a1"}'>Skype with Alexa</a> </li> <li class="js-nav-menu single-link" data-m='{"cN":"Creators_cont","cT":"Container","id":"c4c7c8c3m1r1a1","sN":4,"aN":"c7c8c3m1r1a1"}'> <a id="uhfSubCreators" class="js-subm-uhf-nav-link" href="https://www.skype.com/en/content-creators/" data-m='{"cN":"CatNav_Creators_nav","id":"n1c4c7c8c3m1r1a1","sN":1,"aN":"c4c7c8c3m1r1a1"}'>Skype for content creators</a> </li> <li class="js-nav-menu single-link" data-m='{"cN":"Skype for Business_cont","cT":"Container","id":"c5c7c8c3m1r1a1","sN":5,"aN":"c7c8c3m1r1a1"}'> <a id="uhfSubSfB" class="js-subm-uhf-nav-link" href="https://www.skype.com/en/business/" data-m='{"cN":"CatNav_Skype for Business_nav","id":"n1c5c7c8c3m1r1a1","sN":1,"aN":"c5c7c8c3m1r1a1"}'>Skype for Business</a> </li> </ul> </div> </li> <li class="nested-menu uhf-menu-item"> <div class="c-uhf-menu js-nav-menu"> <button type="button" id="UhfGethelp" aria-expanded="false" data-m='{"cN":"CatNav_Get help_nonnav","id":"nn8c8c3m1r1a1","sN":8,"aN":"c8c3m1r1a1"}'>Get help</button> <ul class="" data-class-idn="" aria-hidden="true" data-m='{"cN":"Get help_cont","cT":"Container","id":"c9c8c3m1r1a1","sN":9,"aN":"c8c3m1r1a1"}'> <li class="js-nav-menu single-link" data-m='{"cN":"Help_cont","cT":"Container","id":"c1c9c8c3m1r1a1","sN":1,"aN":"c9c8c3m1r1a1"}'> <a id="uhfHelp" class="js-subm-uhf-nav-link" href="https://support.skype.com" data-m='{"cN":"CatNav_Help_nav","id":"n1c1c9c8c3m1r1a1","sN":1,"aN":"c1c9c8c3m1r1a1"}'>Skype Support</a> </li> <li class="js-nav-menu single-link" data-m='{"cN":"Blogs_cont","cT":"Container","id":"c2c9c8c3m1r1a1","sN":2,"aN":"c9c8c3m1r1a1"}'> <a id="uhfSubBlogs" class="js-subm-uhf-nav-link" href="https://go.skype.com/blogs.skype" data-m='{"cN":"CatNav_Blogs_nav","id":"n1c2c9c8c3m1r1a1","sN":1,"aN":"c2c9c8c3m1r1a1"}'>Blogs</a> </li> <li class="js-nav-menu single-link" data-m='{"cN":"Community_cont","cT":"Container","id":"c3c9c8c3m1r1a1","sN":3,"aN":"c9c8c3m1r1a1"}'> <a id="uhfSubCommunity" class="js-subm-uhf-nav-link" href="https://go.skype.com/community/" data-m='{"cN":"CatNav_Community_nav","id":"n1c3c9c8c3m1r1a1","sN":1,"aN":"c3c9c8c3m1r1a1"}'>Community</a> </li> <li class="js-nav-menu single-link" data-m='{"cN":"About Skype_cont","cT":"Container","id":"c4c9c8c3m1r1a1","sN":4,"aN":"c9c8c3m1r1a1"}'> <a id="uhfSubAbout" class="js-subm-uhf-nav-link" href="https://www.skype.com/en/about/" data-m='{"cN":"CatNav_About Skype_nav","id":"n1c4c9c8c3m1r1a1","sN":1,"aN":"c4c9c8c3m1r1a1"}'>About Skype</a> </li> </ul> </div> </li> <li class="single-link js-nav-menu uhf-menu-item"> <a id="uhfAccount" class="c-uhf-nav-link" href="https://go.skype.com/myaccount" data-m='{"cN":"CatNav_Account_nav","id":"n10c8c3m1r1a1","sN":10,"aN":"c8c3m1r1a1"}'>My account</a> </li> <li class="single-link js-nav-menu uhf-menu-item"> <a id="uhfJoin" class="c-uhf-nav-link" href="//go.skype.com/joinskype/" data-m='{"cN":"CatNav_Join_nav","id":"n11c8c3m1r1a1","sN":11,"aN":"c8c3m1r1a1"}'>Join us</a> </li> <li id="overflow-menu" class="overflow-menu x-hidden uhf-menu-item"> <div class="c-uhf-menu js-nav-menu"> <button data-m='{"pid":"More","id":"nn12c8c3m1r1a1","sN":12,"aN":"c8c3m1r1a1"}' type="button" aria-label="More" aria-expanded="false">More</button> <ul id="overflow-menu-list" aria-hidden="true" class="overflow-menu-list"> </ul> </div> </li> </ul> </nav> <div class="c-uhfh-actions no-uhf-actions-exists" data-m='{"cN":"Header actions_cont","cT":"Container","id":"c9c3m1r1a1","sN":9,"aN":"c3m1r1a1"}'> <div class="wf-menu"></div> </div> </div> </div> </header> </div> </div> </div> <script> require(["artemis/components/uhf-header"], function(uhfHeader) { uhfHeader.init(); }); </script> <script> (function() { var hdnItems = ['uhfJoin', 'uhfAccount']; function adjNeeded() { return $("#headerArea header[role='banner'] .c-uhfh-gcontainer-st").length> 0; } function id(_, el) { return el.id; } function hdn(el) { return hdnItems.some(function(x) { return x === el; }); } if (adjNeeded()) { var ovflwMenu = $('#overflow-menu'); var ovflwMenuItems = ovflwMenu.find('ul li a'); (ovflwMenuItems.length> 0 && ovflwMenuItems.length <= 2) && ovflwMenuItems.map(id).get().every(hdn) && ovflwMenu.addClass('x-hidden'); } })(); </script> <div id="nav-buttons-wrapper"> <nav class="isNotAuthenticated siteNavigation fullWidth active" data-navigation-version="v3" data-content-key="authenticationStatus" role="navigation"> <ul class="uhfNavigationBar" role="menubar"> <li id="hostMeeting" class="hostMeetingClass mainMenuItem signInDropdownWrapper"> <a href="https://go.skype.com/meetnow.accessurl" role="menuitem" class="btn small host-meeting" aria-label="Host a meeting" data-bi-id="host-meeting" data-bi-name="host-meeting" data-bi-area="nav" tabindex="0"> <span id="hostMeetingText" class="title">Host a meeting</span> </a> </li> <li id="skypeStatus" class="activeStatus noMobile noSmallMobile hidden"> <a href="#" role="menuitem" class="skypeChat" aria-label="Skype Chat Icon. ${UNREAD_COUNT} unread messages." data-bi-id="skype-chat" data-bi-name="skype-chat" data-bi-area="nav" data-bi-scn="open" tabindex="0"> <div id="unreadWrapper" style="display: none;"> <div id="unreadCounter"></div> </div> <div id="skypeIcon" class="textAndFontIcon"> <svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg" version="1.1" style="width: 20px; height: 20px;"> <defs> <linearGradient id="skypeLogoGrad" x1="49%" y1="100%" x2="51%" y2="0%"> <stop offset="0%" style="stop-color:#0078D4; stop-opacity:1"></stop> <stop offset="100%" style="stop-color: #00bcf2;stop-opacity:1"></stop> </linearGradient> </defs> <text text-anchor="middle" x="10" y="20" fill="url(#skypeLogoGrad)" class="icon iconActive x-hidden-focus"></text> </svg> </div> <span role="tooltip" class="tooltip">Skype Chat Icon. ${UNREAD_COUNT} unread messages.</span> </a> </li> <li id="customMeControl" class="mainMenuItem signInDropdownWrapper singInVisible notAuthenticated noMobile noSmallMobile" data-element-type="mainMenuItem" aria-haspopup="true"> <a class="btn secondaryCta small usernameBtn notAuthenticated" role="menuitem" aria-haspopup="true" aria-expanded="false" data-expanded="false" data-element-type="menuDropdownToggle" data-link-type="login" data-tracking-type="click" data-position="nav-dropdown" data-bi-id="sign-in" data-bi-name="sign-in"> <span class="title">Sign in</span> <span class="icon icon-arrow-down"></span> </a> <a class="authenticated usernameBtn" role="menuitem" data-expanded="false" aria-haspopup="true" aria-expanded="false" data-bi-id="sign-in" data-bi-name="sign-in" id="menuDropdownToggle" data-element-type="menuDropdownToggle" data-tracking-type="click" data-position="nav-dropdown"> <span class="title" data-content-key="skypename">My Skype</span> <span class="icon icon-arrow-down"></span> <img src="" class="avatar avatarReal" alt="Avatar"/> <span class="avatar avatarDummy" aria-label="Avatar"></span> </a> <ul class="subMenu signInDropdown" data-element-type="subMenu" role="menu" aria-expanded="false"> <li role="presentation"><a role="menuitem" href="https://go.skype.com/myaccount" data-bi-id="my-account" data-bi-name="my-account" rel="nofollow" data-link-type="profile" data-tracking-type="click" data-position="nav-dropdown"><span class="icon icon-user"></span>My account</a></li> <li role="presentation"><a role="menuitem" href="https://go.skype.com/sfw" data-bi-id="skype-for-web" data-bi-name="skype-for-web" data-tracking-type="click" data-position="nav-dropdown"><span class="icon icon-skype"></span>Use Skype online</a></li> <li role="presentation" class="signInOut notAuthenticated" aria-hidden="false"> <a role="menuitem" href="https://go.skype.com/signup?client_id=578134&amp;redirect_uri=https%3A%2F%2Fweb.skype.com&amp;source=scomnav" data-bi-id="sign-up" data-bi-name="sign-up" data-position="nav-dropdown" data-tracking-type="click" class="signIn"> New to Skype? <span class="notAuthenticated">Sign up</span> </a> </li> <li role="presentation" class="signInOut authenticated" aria-hidden="true"> <a role="menuitem" href="https://go.skype.com/logout" rel="nofollow" data-link-type="logout" data-tracking-type="click" data-position="nav-dropdown" data-bi-id="sign-out" data-bi-name="sign-out" class="signOut authenticated"><span class="icon icon-signout"></span>Sign out</a> </li> </ul> </li> </ul> </nav> </div>   </div>  <form method="post" action="/en/blogs.aspx" id="form"> <div class="aspNetHidden"> <input type="hidden" name="manScript_HiddenField" id="manScript_HiddenField" value="" />  </div> <input type="hidden" name="lng" id="lng" value="en-us" /> <script type="text/javascript"> /* function PM_Postback(param) { if (window.top.HideScreenLockWarningAndSync) { window.top.HideScreenLockWarningAndSync(1080); } if(window.CMSContentManager) { CMSContentManager.allowSubmit = true; }; __doPostBack('m$am',param); } function PM_Callback(param, callback, ctx) { if (window.top.HideScreenLockWarningAndSync) { window.top.HideScreenLockWarningAndSync(1080); }if (window.CMSContentManager) { CMSContentManager.storeContentChangedStatus(); };WebForm_DoCallback('m$am',param,callback,ctx,null,true); } */ </script> <script type="text/javascript"> /* function modalDialog(url, name, width, height, otherParams, noWopener, forceModal, forceNewWindow, setTitle) { if (typeof(height) === "number") { height += 66; } if (setTitle == undefined) { setTitle = true; } if (forceModal == undefined) { forceModal = true; } if (otherParams == undefined) { otherParams = 'toolbar=no,directories=no,menubar=no,modal=yes,dependent=yes,resizable=yes'; } var advanced = false; try { advanced = window.top.AdvancedModalDialogs; } catch (err) { } if (advanced && !forceNewWindow) { window.top.advancedModal(url, name, width, height, otherParams, noWopener, forceModal, setTitle, this); } else { var dHeight = height; var dWidth = width; if (width.toString().indexOf('%') != -1) { dWidth = Math.round(screen.width * parseInt(width, 10) / 100); } if (height.toString().indexOf('%') != -1) { dHeight = Math.round(screen.height * parseInt(height, 10) / 100); } var oWindow = window.open(url, name, 'width=' + dWidth + ',height=' + dHeight + ',' + otherParams); if (oWindow) { oWindow.opener = this; oWindow.focus(); } } } */ </script> <script type="text/javascript"> /* if ((window.originalPostback == null) && (window.__doPostBack != null)) { window.originalPostback = __doPostBack; __doPostBack = __doPostBackWithCheck; } */ </script> <script type="text/javascript"> /* var CMS = CMS || {}; CMS.Application = { "isRTL": "false", "applicationUrl": "/", "imagesUrl": "/CMSPages/GetResource.ashx?image=%5bImages.zip%5d%2f", "isDialog": false }; */ </script> <style type="text/css">body {height:auto !important;}</style> <div id="dm_pM_pMP"> </div><input type="hidden" name="dm$hdnArgs" id="dm_hdnArgs" /><input type="hidden" name="dm$hdnAnother" id="dm_hdnAnother" /><input type="hidden" name="dm$hdnClose" id="dm_hdnClose" /><input type="hidden" name="dm$hdnComment" id="dm_hdnComment" /><input type="hidden" name="dm$hdnCurrStep" id="dm_hdnCurrStep" value="0" /> <div id="ctxM"> </div>   <script type="text/javascript"> (function(c,l,a,r,i,t,y){ c[a]=c[a]||function(){(c[a].q=c[a].q||[]).push(arguments)}; t=l.createElement(r);t.async=1;t.src=https://www.clarity.ms/tag/+i; y=l.getElementsByTagName(r)[0];y.parentNode.insertBefore(t,y); })(window, document, "clarity", "script", "c1i4yeb6q8"); </script>  <div id="pageTop"></div>  <div role="main">  <!-- JSBOTTOM -->  <section class="section themeWhite sectionStandard heroSection paddingHorizontal1"> <div class="content mainHero lazyLoad"> <div class="row colDef1"> <div class="col col1 verticalAlignCenter horizontalAlignCenter paddingHorizontal4 paddingVertical4"> <div class="colContent"> <style type="text/css">@media (max-width: 1023px) { .heroSection .content .col1{ background-color: #ffffffe0; }} </style> <div> <h1 class="fontSizeH1">Your Chat, Reimagined: Meet&nbsp;<span style="background-image: linear-gradient(90deg, rgb(0, 120, 212), rgb(194, 24, 236)); -webkit-text-fill-color: transparent; background-clip: text; color: transparent;">Skype Messaging 2.0 ​</span></h1> </div> <p class="small">We are thrilled to take you on a trip around our <strong>new version of Skype messaging</strong>. Brace yourself for a <strong>complete revamp</strong> that promises to redefine your messaging experience. From a <strong>modernized Context Menu to a sleek UI redesign, file sharing innovations to a media heaven</strong> - we've got it all covered.</p> <span class="btnWrapper marginBottom0 marginTop1 marginLeft0 marginRight0"> <a class="btn primaryCta " title="Read more about Skype Messaging" aria-label="Read more about Skype Messaging" href="https://www.skype.com/en/blogs/2024-02-messaging-skype-media" data-campaign-id="messaging-skype-blogs" data-tracking-type="click" data-position="messaging-skype-blogs" data-bi-name="messaging-skype-blogs" data-bi-area="messaging-skype-blogs"> <span class="noArrow"> Read more <span style='font-size:13px' aria-hidden='true' class='skypeFontIcon x-hidden-focus'></span> </span> </a> </span> </div> </div> </div> </div> </section> <div class="ContentPadding"><section class="section noTheme sectionStandard textAlignCenterOnlyMobile horizontalAlignLeft verticalAlignCenter layoutMarginBottom0 layoutMarginTop0" data-component-id="ee119fce-8e54-4f92-a6a0-40ce57c93424"><div class="content standardWidth "><h2 class="fontSizeH2 marginBottom3 marginBottom3Desktop marginTop1 marginTop1Desktop marginLeft3 marginLeft3Desktop">Recent blog posts</h2><div class="row colDef3 " data-component-id="ddbe6a42-148f-43a6-95e2-1afb04539152"><div class="col col1 noTheme horizontalAlignLeft verticalAlignTop paddingHorizontal3 paddingVertical1"><div class="colContent"><img alt="Skype on Apple M1 Mac devices with improved performance and reliability" height="285px" src="https://secure.skypeassets.com/content/dam/scom/blogs/bots-main-blogs-page-template.png" /><div class="marginTop1 marginTop1Desktop"><p class="small"><span style="font-family: -apple-system, BlinkMacSystemFont, &quot;Segoe UI&quot;, Roboto, Oxygen, Ubuntu, Cantarell, &quot;Fira Sans&quot;, &quot;Droid Sans&quot;, &quot;Helvetica Neue&quot;, sans-serif; font-size: 15px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400;">19/12/2023</span> | Team Skype | Skype Third Party Bots</p> <h3 class="fontSizeH3" style="margin-bottom: 0.5em;">​​Skype Thirds Party Bots are back!</h3> </div><p class="small">Ladies and Gentlemen, Entrepreneurs, and Developers, we have some exciting news to share. We are thrilled to announce that we are <strong>rekindling our support for third-party bots</strong>, <strong>boosted by AI capabilities with contextual responses</strong> and powered the experience with Adaptive cards.</p> <span class="btnWrapper marginBottom0 marginTop1 marginLeft0 marginRight0"> <a class="btn primaryCta " title="Read more about this Skype blog post" aria-label="Learn more Skype for Third party bots" href="https://www.skype.com/en/blogs/2023-12-skype-third-party-bots" data-campaign-id="third-party-bots-blogs" data-tracking-type="click" data-position="third-party-bots-blogs" data-bi-name="third-party-bots-blogs" data-bi-area="third-party-bots-blogs"> <span class="noArrow"> Read more <span style='font-size:13px' aria-hidden='true' class='skypeFontIcon x-hidden-focus'></span> </span> </a> </span></div></div><div class="col col2 noTheme horizontalAlignLeft verticalAlignTop paddingHorizontal3 paddingVertical1"><div class="colContent"><img alt="Skype on Apple M1 Mac devices with improved performance and reliability" height="285px" src="https://secure.skypeassets.com/content/dam/scom/blogs/20-main-blogs-page-template-copy.png" /><div class="marginTop1 marginTop1Desktop"><p class="small"><span style="font-family: -apple-system, BlinkMacSystemFont, &quot;Segoe UI&quot;, Roboto, Oxygen, Ubuntu, Cantarell, &quot;Fira Sans&quot;, &quot;Droid Sans&quot;, &quot;Helvetica Neue&quot;, sans-serif; font-size: 15px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400;">28/09/2023</span> | Team Skype | Skype 20 Anniversary</p> <h3 class="fontSizeH3" style="margin-bottom: 0.5em;">Skype: Celebrating 2 Decades of&nbsp;<span style="background-image: linear-gradient(90deg, rgb(0, 120, 212), rgb(194, 24, 236)); -webkit-text-fill-color: transparent; background-clip: text; color: transparent;">Bridging Time and Distance with Skype</span></h3> </div><p class="small">I'll Skype you. It is the most ushered common phrase for us. The <strong>name “Skype” is not just a communication tool anymore</strong> but now infused with our emotions. Technically, a verb, a <strong>testament to our place in the digital dictionary</strong>, which is a dream of two decades.</p> <span class="btnWrapper marginBottom0 marginTop1 marginLeft0 marginRight0"> <a class="btn primaryCta " title="Read more about this Skype blog post" aria-label="Learn more Skype 20 years" href="https://www.skype.com/en/blogs/2023-08-20yearsofskype" data-campaign-id="twenty-years-blogs" data-tracking-type="click" data-position="twenty-years-blogs" data-bi-name="twenty-years-blogs" data-bi-area="twenty-years-blogs"> <span class="noArrow"> Read more <span style='font-size:13px' aria-hidden='true' class='skypeFontIcon x-hidden-focus'></span> </span> </a> </span></div></div><div class="col col3 noTheme horizontalAlignLeft verticalAlignTop paddingHorizontal3 paddingVertical1"><div class="colContent"><img alt="Skype on Apple M1 Mac devices with improved performance and reliability" height="285px" src="https://secure.skypeassets.com/content/dam/scom/blogs/bing-main-blogs-page-template.png" /><div class="marginTop1 marginTop1Desktop"><p class="small"><span style="font-family: -apple-system, BlinkMacSystemFont, &quot;Segoe UI&quot;, Roboto, Oxygen, Ubuntu, Cantarell, &quot;Fira Sans&quot;, &quot;Droid Sans&quot;, &quot;Helvetica Neue&quot;, sans-serif; font-size: 15px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400;">22/02/2023</span> | Team Skype | Skype &amp; Bing</p> <div style="font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; font-size: 16px; font-family: -apple-system, &quot;system-ui&quot;, &quot;Segoe UI&quot;, Roboto, Oxygen, Ubuntu, Cantarell, &quot;Fira Sans&quot;, &quot;Droid Sans&quot;, &quot;Helvetica Neue&quot;, sans-serif;"> <h3 class="fontSizeH3" style="margin-bottom: 0.5em;">Get social with the&nbsp;<span style="background-image: linear-gradient(90deg, rgb(0, 120, 212), rgb(194, 24, 236)); -webkit-text-fill-color: transparent; background-clip: text; color: transparent;">new Bing in Skype</span></h3> <div>&nbsp;</div> </div> </div><p class="small">Microsoft is excited to announce integration of the new AI-powered <strong>Bing into Skype chat</strong>. This new experience is designed to provide you with a comprehensive and creative source of information, inspiration and<strong> answers to your questions, all through a simple chat interface</strong>. <strong>Bing is also great to chat with friends and family</strong> because it can provide useful information, fun quizzes, suggestions.</p> <span class="btnWrapper marginBottom0 marginTop1 marginLeft0 marginRight0"> <a class="btn primaryCta " title="Read more about this Skype blog post" aria-label="Learn more Skype with Bing AI" href="https://www.skype.com/en/blogs/2023-02-bing-bot-in-skype/" data-campaign-id="bing-ai-blogs" data-tracking-type="click" data-position="bing-ai-blogs" data-bi-name="bing-ai-blogs" data-bi-area="bing-ai-blogs"> <span class="noArrow"> Read more <span style='font-size:13px' aria-hidden='true' class='skypeFontIcon x-hidden-focus'></span> </span> </a> </span></div></div></div><div class="row colDef3 " data-component-id="4368eda9-43c7-4770-ae1d-3296c4df01d3"><div class="col col1 noTheme horizontalAlignLeft verticalAlignTop paddingHorizontal3 paddingVertical1"><div class="colContent"><img alt="Skype on Apple M1 Mac devices with improved performance and reliability" height="285px" src="https://secure.skypeassets.com/content/dam/scom/app/macbook-pro-skype-s.jpg" /><div class="marginTop1 marginTop1Desktop"><p class="small"><span style="font-family: -apple-system, BlinkMacSystemFont, &quot;Segoe UI&quot;, Roboto, Oxygen, Ubuntu, Cantarell, &quot;Fira Sans&quot;, &quot;Droid Sans&quot;, &quot;Helvetica Neue&quot;, sans-serif; font-size: 15px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400;">25/01/2023</span> | Team Skype | Skype performance</p> <h3 class="fontSizeH3" style="margin-bottom: 0.5em;">​​Skype: Lightning-Fast on Apple M1 Mac!</h3> </div><p class="small"><strong>Skype </strong>for Apple M1 Mac is <strong>now 3X faster!</strong> Enjoy lightning-fast performance, crystal-clear audio and video quality. Optimized for Apple Silicon M1 chip, Skype delivers <strong>reliable call connections and seamless communication.</strong> Download the Skype Insider app for early access or wait for general availability on the Skype app.</p> <span class="btnWrapper marginBottom0 marginTop1 marginLeft0 marginRight0"> <a class="btn primaryCta " title="Read more about this Skype blog post" aria-label="Learn more Skype for Apple M1 Mac: 3X Faster with Crystal-Clear Audio and Video Quality" href="https://www.skype.com/en/blogs/2023-01-skype-is-fast-on-apple-m1-mac/" data-campaign-id="macm1-blogs" data-tracking-type="click" data-position="macm1-blogs" data-bi-name="macm1-blogs" data-bi-area="macm1-blogs"> <span class="noArrow"> Read more <span style='font-size:13px' aria-hidden='true' class='skypeFontIcon x-hidden-focus'></span> </span> </a> </span></div></div><div class="col col2 noTheme horizontalAlignLeft verticalAlignTop paddingHorizontal3 paddingVertical1"><div class="colContent"><div style="text-align: center;"><img alt="Skype launches real-time video call translation using AI and natural voice." height="285px" src="https://secure.skypeassets.com/content/dam/scom/blogs/announcement-2022/translator-action-mobile.jpg" /></div> <div class="marginTop1 marginTop1Desktop"><p class="small">14/12/2022 | Team Skype | Modern Skype Translator</p> <h3 class="fontSizeH3" style="margin-bottom: 0.5em;">Introducing Real-Time Translations with Your Personal Voice!</h3> </div><p class="small">Skype introduces <strong>real-time translations</strong> in video calls using AI and your <strong>natural voice</strong>. The technology automatically detects and translates different languages in real-time, using a combination of speech recognition and natural language processing. Users can <strong>activate their natural voice to personalize the translation</strong> and the feature is available for multiple languages.&nbsp;</p> <span class="btnWrapper marginBottom0 marginTop1 marginLeft0 marginRight0"> <a class="btn primaryCta " title="Read more about this Skype blog post" aria-label="Read more about Real-Time Translations with Your Personal Voice on Skype." href="https://www.skype.com/en/blogs/2022-12-skype-truvoice/" data-campaign-id="naturalvoicetranslations-blogs" data-tracking-type="click" data-position="naturalvoicetranslations-blogs" data-bi-name="naturalvoicetranslations-blogs" data-bi-area="naturalvoicetranslations-blogs"> <span class="noArrow"> Read more <span style='font-size:13px' aria-hidden='true' class='skypeFontIcon x-hidden-focus'></span> </span> </a> </span></div></div><div class="col col3 noTheme horizontalAlignLeft verticalAlignTop paddingHorizontal3 paddingVertical1"><div class="colContent"><div style="text-align: center;"><img alt="Skype has updated its visuals with new illustrations featuring signature clouds and classic emoticons, as well as more colorful themes with colored headers and message bubbles for a personalized touch. These changes were made for a more modern and delightful user experience." height="285px" src="https://secure.skypeassets.com/content/dam/scom/blogs/announcement-2022/holidays.png" /></div> <div class="marginTop1 marginTop1Desktop"><p class="small">14/12/2022 | Team Skype | Modern Skype messaging</p> <h3 class="fontSizeH3" style="margin-bottom: 0.5em;">Skype visual update announcement is here!</h3> </div><p class="small">Skype is getting a <strong>major visual update</strong> with new illustrations, themes, and colors, making it <strong>more delightful and modern</strong>. Say hello to the animated clouds and classic emoticons, plus customizable headers and message bubbles in chats. <strong>Optimization and modernization</strong>, especially for mobile, will also be a big part of this update, with more UI features to come!</p> <span class="btnWrapper marginBottom0 marginTop1 marginLeft0 marginRight0"> <a class="btn primaryCta " title="Read more about this Skype blog post" aria-label="Click here for the latest Skype visual update with new animations, themes, and colors for a modern and personalized messaging experience." href="https://www.skype.com/en/blogs/2022-12-skype-new-visual-brand/" data-campaign-id="visualupdate-blogs" data-tracking-type="click" data-position="visualupdate-blogs" data-bi-name="visualupdate-blogs" data-bi-area="visualupdate-blogs"> <span class="noArrow"> Read more <span style='font-size:13px' aria-hidden='true' class='skypeFontIcon x-hidden-focus'></span> </span> </a> </span></div></div></div><div class="row colDef3 " data-component-id="ec378ad6-44cc-4e25-8237-84383352ddef"><div class="col col1 noTheme horizontalAlignLeft verticalAlignTop paddingHorizontal3 paddingVertical1"><div class="colContent"><div style="text-align: center;">​<img alt="Skype has been redesigned with fresh illustrations, improved performance and new features such as real-time translation, QR code sharing, and personalized news articles in Today tab." height="285px" src="https://secure.skypeassets.com/content/dam/scom/blogs/announcement-2022/callingstage.jpg" /></div> <div class="marginTop1 marginTop1Desktop"><p class="small">14/12/2022 | Team Skype | Modern Skype</p> <h3 class="fontSizeH3" style="margin-bottom: 0.5em;">The Skype you love and... so much more!</h3> </div><p class="small"><strong>Skype has been redesigned </strong>with new illustrations, emoticons, performance improvements, and bug fixes. <strong>New themes and colors</strong> are available, as well as improved accessibility. The <strong>new mobile Skype calling experience</strong> includes light themes and improved video call performance. The "Today" tab on Skype integrates personalized articles and news stories. <strong>Real-time language translation</strong> is available during Skype calls. Sharing profiles and finding friends has been made easier with a <strong>QR code</strong> feature.</p> <span class="btnWrapper marginBottom0 marginTop1 marginLeft0 marginRight0"> <a class="btn primaryCta " title="Read more about this Skype blog post" aria-label="Read more about redesigned Skype with fresh illustrations, improved performance and new features such as real-time translation, QR code sharing, and personalized news articles in Today tab." href="https://www.skype.com/en/blogs/2022-12-skype-modern-experience/" data-campaign-id="modern-blogs" data-tracking-type="click" data-position="modern-blogs" data-bi-name="modern-blogs" data-bi-area="modern-blogs"> <span class="noArrow"> Read more <span style='font-size:13px' aria-hidden='true' class='skypeFontIcon x-hidden-focus'></span> </span> </a> </span></div></div><div class="col col2 noTheme horizontalAlignLeft verticalAlignTop paddingHorizontal3 paddingVertical1"><div class="colContent"><div style="text-align: center;"><img alt="Steps to fix missed Skype notifications on Android device, including adding Skype to Never sleeping apps in battery settings or allowed apps in security settings on Huawei, Xiaomi, and Samsung devices." height="285px" src="https://secure.skypeassets.com/content/dam/scom/blogs/1653035061858.jpeg" /></div> <div class="marginTop1 marginTop1Desktop"><p class="small">24/08/2022 | Team Skype | Android app</p> <h3 class="fontSizeH3" style="margin-bottom: 0.5em;">​​Don't lose a single connection!</h3> </div><p class="small"><strong>Missed Skype notifications on Android?</strong> This may be due to battery optimization settings. To <strong>fix it</strong>, go to battery and device care settings, add Skype to "Never sleeping apps," or disable the toggle. On Huawei, Xiaomi, and Samsung devices, add Skype to the list of allowed apps in security settings. Now, <strong>receive all Skype notifications</strong> and <strong>never miss an important chat or call</strong>.</p> <span class="btnWrapper marginBottom0 marginTop1 marginLeft0 marginRight0"> <a class="btn primaryCta " title="Read more about this Skype blog post" aria-label="Read more about don't lose a single connection!" href="https://www.skype.com/en/blogs/2022-06-battery-optimisation/" data-campaign-id="baterryoptimization-blogs" data-tracking-type="click" data-position="baterryoptimization-blogs" data-bi-name="baterryoptimization-blogs" data-bi-area="baterryoptimization-blogs"> <span class="noArrow"> Read more <span style='font-size:13px' aria-hidden='true' class='skypeFontIcon x-hidden-focus'></span> </span> </a> </span></div></div><div class="col col3 noTheme horizontalAlignLeft verticalAlignTop paddingHorizontal3 paddingVertical1"><div class="colContent"><div style="text-align: center;"><img alt="​​Pay for your subscriptions with Google Play!" height="285px" src="https://secure.skypeassets.com/content/dam/scom/app/picture-1.png" /></div> <div class="marginTop1 marginTop1Desktop"><p class="small">19/04/2022 | Team Skype | Android</p> <h3 class="fontSizeH3" style="margin-bottom: 0.5em;">​​Pay for your subscriptions with Google Play!</h3> </div><p class="small">Get ready for a <strong>smoother and more convenient</strong> experience with <strong>Skype on</strong> your <strong>Android </strong>device! With the new update, purchasing and managing your Skype subscriptions has never been easier. From Skype-to-Phone, Skype Numbers, to Skype Credit, you <strong>can now manage all your subscriptions directly within the app</strong>, making it fast and convenient.</p> <span class="btnWrapper marginBottom0 marginTop1 marginLeft0 marginRight0"> <a class="btn primaryCta " title="Read more about this Skype blog post" aria-label="Pay for your subscriptions with Google Play!" href="https://www.skype.com/en/blogs/2022-04-google-play-integration/" data-campaign-id="gplay-blogs" data-tracking-type="click" data-position="gplay-blogs" data-bi-name="gplay-blogs" data-bi-area="gplay-blogs"> <span class="noArrow"> Read more <span style='font-size:13px' aria-hidden='true' class='skypeFontIcon x-hidden-focus'></span> </span> </a> </span></div></div></div><div class="row colDef3 " data-component-id="0c9d3f0a-425d-44fd-bfe5-98eb2f90fc45"><div class="col col1 noTheme horizontalAlignLeft verticalAlignTop paddingHorizontal3 paddingVertical1"><div class="colContent"><img alt="Picture of telephone with call translation option and text Translate your call" height="100%" src="https://secure.skypeassets.com/content/dam/scom/app/captions-image-blogs-tab.jpg" style="width: 100%" /><div class="marginTop1 marginTop1Desktop"><p class="small">08/03/2022 | Team Skype | Skype Universal Translator</p> <h3 class="fontSizeH3" style="margin-bottom: 0.5em;">​​Phone Call subtitles and translations made easy</h3> </div><p class="small">With <strong>Skype’s Universal Translator</strong> feature, you can have a seamless conversation with real time <strong>translation in 42 different languages</strong>. Call on Skype to try out call subtitles or make a regular phone call with subtitles.<strong> For free!</strong></p> <span class="btnWrapper marginBottom0 marginTop1 marginLeft0 marginRight0"> <a class="btn primaryCta " title="Read more about this Skype blog post" aria-label="Read more about Skype Universal Translator" href="https://www.skype.com/en/blogs/2022-03-skype-call-subtitles" data-campaign-id="translator-blogs" data-tracking-type="click" data-position="translator-blogs" data-bi-name="translator-blogs" data-bi-area="translator-blogs"> <span class="noArrow"> Read more <span style='font-size:13px' aria-hidden='true' class='skypeFontIcon x-hidden-focus'></span> </span> </a> </span></div></div><div class="col col2 noTheme horizontalAlignLeft verticalAlignTop paddingHorizontal3 paddingVertical1"><div class="colContent"><img alt="Picture of Bing Background in action" height="100%" src="https://secure.skypeassets.com/content/dam/scom/app/bing-blogs-tab.jpg" style="width: 100%" /><div class="marginTop1 marginTop1Desktop"><p class="small">12/01/2022 | Team Skype | Background replace</p> <h3 class="fontSizeH3" style="margin-bottom: 0.5em;">​​​Want to be the hero on your next call? 🦸</h3> </div><p class="small">Did you know <strong>Skype Bing mashup </strong>happened? Here are the results - <strong>a unique high-quality background images in your Skype calls</strong>! And that's not all, you can now kill time by searching up the image and exploring more about the beautiful scenery and places you see on your background!</p> <span class="btnWrapper marginBottom0 marginTop1 marginLeft0 marginRight0"> <a class="btn primaryCta " title="Read more about this Skype blog post" aria-label="Read more about how Skype Bing Background feature" href="https://www.skype.com/en/blogs/2021-12-bing-backgrounds-in-skype/" data-campaign-id="bing-blogs" data-tracking-type="click" data-position="bing-blogs" data-bi-name="bing-blogs" data-bi-area="bing-blogs"> <span class="noArrow"> Read more <span style='font-size:13px' aria-hidden='true' class='skypeFontIcon x-hidden-focus'></span> </span> </a> </span></div></div><div class="col col3 noTheme horizontalAlignLeft verticalAlignTop paddingHorizontal3 paddingVertical1"><div class="colContent"><img alt="Picture of zoom in controls in Skype shared screen" height="100%" src="https://secure.skypeassets.com/content/dam/scom/app/zoom-image-blogs-tab.jpg" style="width: 100%" /><div class="marginTop1 marginTop1Desktop"><p class="small">21/12/2021 | Team Skype | Zoom-in feature</p> <h3 class="fontSizeH3" style="margin-bottom: 0.5em;">​​Skype has zoom now! 🥳</h3> </div><p class="small">You can quickly <strong>zoom in with your mouse or with the handy controls on the screen</strong>. That way, you can always adjust the shared screen to exactly the size you need. Get a closer look at a shared screen at any time, so you <strong>never miss a detail.</strong></p> <span class="btnWrapper marginBottom0 marginTop1 marginLeft0 marginRight0"> <a class="btn primaryCta " title="Read more about this Skype blog post" aria-label="Read more about how Skype Zoom feature" href="https://www.skype.com/en/blogs/2021-11-zoom-in-skype" data-campaign-id="zoom-blogs" data-tracking-type="click" data-position="zoom-blogs" data-bi-name="zoom-blogs" data-bi-area="zoom-blogs"> <span class="noArrow"> Read more <span style='font-size:13px' aria-hidden='true' class='skypeFontIcon x-hidden-focus'></span> </span> </a> </span></div></div></div><div class="row colDef3 " data-component-id="d64edf04-122b-4a4b-aff8-11a0b6bba0e3"><div class="col col1 noTheme horizontalAlignLeft verticalAlignTop paddingHorizontal3 paddingVertical1"><div class="colContent"><img alt="New Skype messaging experience." height="100%" src="https://secure.skypeassets.com/content/dam/scom/app/modern-msg-blogs-tab.jpg" style="width: 100%" /><div class="marginTop1 marginTop1Desktop"><p class="small">27/10/2021 | Team Skype | Modern Messaging</p> <h3 class="fontSizeH3" style="margin-bottom: 0.5em;">​​Your chats are about to get much better, Skype's new and improved messaging is here!</h3> </div><p class="small">Ready to see what Skype’s new and improved messaging has in store for you? Let's take it from the top – or if you’d rather experience it first-hand, go download latest Skype version (8.77) now to see it for yourself.</p> <span class="btnWrapper marginBottom0 marginTop1 marginLeft0 marginRight0"> <a class="btn primaryCta " title="Read more about this Skype blog post" aria-label="Learn more about how Skype Modern Messaging" href="https://www.skype.com/en/blogs/2021-10-skype-modern-messaging" data-campaign-id="modern-msg-blogs" data-tracking-type="click" data-position="modern-msg-blogs" data-bi-name="modern-msg-blogs" data-bi-area="modern-msg-blogs"> <span class="noArrow"> Read more <span style='font-size:13px' aria-hidden='true' class='skypeFontIcon x-hidden-focus'></span> </span> </a> </span></div></div><div class="col col2 noTheme horizontalAlignLeft verticalAlignTop paddingHorizontal3 paddingVertical1"><div class="colContent"><img alt="Picture of James and Naya for their wedding photoshoot." height="100%" src="https://secure.skypeassets.com/content/dam/scom/blogs/messaging/wedding-image-blogs-tab.jpg" style="width: 100%" /><div class="marginTop1 marginTop1Desktop"><p class="small">25/10/2021 | Team Skype | Skype wedding</p> <h3 class="fontSizeH3" style="margin-bottom: 0.5em;">​How Skype became the link between two college sweethearts</h3> </div><p class="small">From marathon video calls to wedding bells, this couple relied on Skype to stay connected while living thousands of miles apart. Now, they’re live-streaming their wedding for guests on the other side of the world.</p> <span class="btnWrapper marginBottom0 marginTop1 marginLeft0 marginRight0"> <a class="btn primaryCta " title="Read more about this Skype blog post" aria-label="Learn more about how Skype wedding" href="https://www.skype.com/en/blogs/2021-10-skype-wedding/" data-campaign-id="wedding-blogs" data-tracking-type="click" data-position="wedding-blogs" data-bi-name="wedding-blogs" data-bi-area="wedding-blogs"> <span class="noArrow"> Read more <span style='font-size:13px' aria-hidden='true' class='skypeFontIcon x-hidden-focus'></span> </span> </a> </span></div></div><div class="col col3 noTheme horizontalAlignLeft verticalAlignTop paddingHorizontal3 paddingVertical1"><div class="colContent"><img alt="Picture of a mother and daughter on a Skype call with granddad." height="100%" src="https://secure.skypeassets.com/content/dam/scom/blogs/wedding/evergreen-image-blogs-tab.jpg" style="width: 100%" /><div class="marginTop1 marginTop1Desktop"><p class="small">18/10/2021 | Team Skype | Stay Connected</p> <h3 class="fontSizeH3" style="margin-bottom: 0.5em;">​With Skype, staying connected to your fellow humans has never been easier — or more important ​​</h3> </div><p class="small">Over the past 18 months, our world has changed in unpredictable and unexpected ways — but what hasn’t changed is our human need for connection. <strong>As citizens of the world were faced with the question of how to navigate these challenging times, they looked to technology to find inventive ways to stay connected.</strong></p> <span class="btnWrapper marginBottom0 marginTop1 marginLeft0 marginRight0"> <a class="btn primaryCta " title="Read more about this Skype blog post" aria-label="Read more about how Skype brings people together" href="https://www.skype.com/en/blogs/2021-10-stay-connected" data-campaign-id="evergreen-blogs" data-tracking-type="click" data-position="evergreen-blogs" data-bi-name="evergreen-blogs" data-bi-area="evergreen-blogs"> <span class="noArrow"> Read more <span style='font-size:13px' aria-hidden='true' class='skypeFontIcon x-hidden-focus'></span> </span> </a> </span></div></div></div><div class="row colDef3 " data-component-id="5c423d76-3b64-4abc-841b-31ca9569e53b"><div class="col col1 noTheme horizontalAlignLeft verticalAlignTop paddingHorizontal3 paddingVertical3"><div class="colContent"><img alt="Skype call with light theme enabled." height="100%" src="https://secure.skypeassets.com/content/dam/scom/blogs/evergreen/announcement-image-blogs-tab.jpg" style="width: 100%" /><div class="marginTop1 marginTop1Desktop"><p class="small">27/09/2021 | Team Skype | Modern Skype</p> <h3 class="fontSizeH3" style="margin-bottom: 0.5em;">The future of Skype: Fast, playful, delightful &amp; buttery smooth​</h3> </div><p class="small">Read on to see our plans for an improved, faster, reliable, and super modern-looking Skype. We've been listening closely to your feedback, and many of the changes come directly from your suggestions. Check out some of the highlights we will bring to you over the next few months.</p> <span class="btnWrapper marginBottom0 marginTop1 marginLeft0 marginRight0"> <a class="btn primaryCta " title="Read more about this Skype blog post" aria-label="Learn more about Future of Skype" href="https://www.skype.com/en/blogs/2021-08-announcement-modern-skype" data-campaign-id="future-blogs" data-tracking-type="click" data-position="future-blogs" data-bi-name="future-blogs" data-bi-area="future-blogs"> <span class="noArrow"> Read more <span style='font-size:13px' aria-hidden='true' class='skypeFontIcon x-hidden-focus'></span> </span> </a> </span></div></div><div class="col col2 noTheme horizontalAlignLeft verticalAlignTop paddingHorizontal3 paddingVertical3"><div class="colContent"><img alt="Skype's collaboration with Marvel movie Shang-Chi." height="100%" src="https://secure.skypeassets.com/content/dam/scom/blogs/evergreen/marvel-image-blogs-tab.jpg" style="width: 100%" /><div class="marginTop1 marginTop1Desktop"><p class="small">31/08/2021 | Team Skype | Schang Chi</p> <h3 class="fontSizeH3" style="margin-bottom: 0.5em;">Make your next Skype call epic with Marvel Studios’ Shang-Chi and The Legend of The Ten Rings ​</h3> </div><p class="small">Break the ice on your next Skype call by showing off your favorite Super Hero. We’re joining forces with Marvel Studios’ Shang-Chi and The Legend of The Ten Rings to turn your video calls into epic adventures.</p> <span class="btnWrapper marginBottom0 marginTop1 marginLeft0 marginRight0"> <a class="btn primaryCta " title="Read more about this Skype blog post" aria-label="Learn more about Shang-Chi in Skype" href="https://www.skype.com/en/blogs/2021-08-marvel-shang-chi" data-campaign-id="marvel-blogs" data-tracking-type="click" data-position="marvel-blogs" data-bi-name="marvel-blogs" data-bi-area="marvel-blogs"> <span class="noArrow"> Read more <span style='font-size:13px' aria-hidden='true' class='skypeFontIcon x-hidden-focus'></span> </span> </a> </span></div></div><div class="col col3 noTheme horizontalAlignLeft verticalAlignTop paddingHorizontal3 paddingVertical3"><div class="colContent"><img alt="Skype call locked while having a together mode on" height="100%" src="https://secure.skypeassets.com/content/dam/scom/blogs/posts/together-mode/together-mode-image-blogs-tab.jpg" style="width: 100%" /><div class="marginTop1 marginTop1Desktop"><p class="small">01/07/2021 | Team Skype | Together Mode</p> <h3 class="fontSizeH3" style="margin-bottom: 0.5em;">Coffee shop meetings&nbsp;<img aria-hidden="true" class="emoticon" height="7%" src="https://secure.skypeassets.com/content/dam/scom/blogs/posts/together-mode/coffee.png" style="display: inline;" width="7%" /> and family vacations&nbsp;<img aria-hidden="true" class="emoticon" height="5%" src="https://secure.skypeassets.com/content/dam/scom/blogs/posts/together-mode/island.gif" style="display: inline;" width="5%" /> are back — virtually — with&nbsp; Together mode in Skype</h3> </div><p class="small">Our brand-new digital environments take virtual get-togethers to a whole new level, so you can travel the world without ever leaving home.</p> <span class="btnWrapper marginBottom0 marginTop1 marginLeft0 marginRight0"> <a class="btn primaryCta " title="Read more about this Skype blog post" aria-label="Learn more about Together mode in Skype" href="https://www.skype.com/en/blogs/2021-05-together-mode/" data-campaign-id="together-mode-blogs" data-tracking-type="click" data-position="together-mode-blogs" data-bi-name="together-mode-blogs" data-bi-area="together-mode-blogs"> <span class="noArrow"> Read more <span style='font-size:13px' aria-hidden='true' class='skypeFontIcon x-hidden-focus'></span> </span> </a> </span></div></div></div><div class="row colDef3 " data-component-id="5e4f7703-69ea-43da-88eb-ccf70ccfd89a"><div class="col col1 noTheme horizontalAlignLeft verticalAlignTop paddingHorizontal3 paddingVertical3"><div class="colContent"><img alt="Skype call locked while having a together mode on" height="100%" src="https://secure.skypeassets.com/content/dam/scom/blogs/space-jam/space-jam-image-blogs-tab.jpg" style="width: 100%" /><div class="marginTop1 marginTop1Desktop"><p class="small">28/06/2021 | Team Skype | Space Jam: A New Legacy</p> <h3 class="fontSizeH3" style="margin-bottom: 0.5em;">Skype and Space Jam: A New Legacy team up to make your next video call a slam dunk</h3> </div><p class="small">Get ready to JAM on your next Skype call with <strong>new emoticons, Call Reactions, and backgrounds featuring LeBron James, Bugs Bunny</strong> and the <strong>rest of the Tune Squad</strong> — available only for a limited time.</p> <div style="text-align:center;"><img alt="SpaceJam LeBron James" height="30px" margin-left:="5px" margin-right:="20px" src="https://secure.skypeassets.com/content/dam/scom/blogs/space-jam/lebron.gif" style="font-family: -apple-system, system-ui, &quot;Segoe UI&quot;, Roboto, Oxygen, Ubuntu, Cantarell, &quot;Fira Sans&quot;, &quot;Droid Sans&quot;, &quot;Helvetica Neue&quot;, sans-serif; font-size: 16px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; display: inline-block;" width="30px" />&nbsp; &nbsp; &nbsp;<img alt="Space Jam Lola" height="30px" margin-left:="10px" margin-right:="5px" src="https://secure.skypeassets.com/content/dam/scom/blogs/space-jam/lola.gif" style="display:inline-block; alt=" width="30px" /></div> <span class="btnWrapper marginBottom0 marginTop1 marginLeft0 marginRight0"> <a class="btn primaryCta " title="Read more about this Skype blog post" aria-label="Learn more about Super collaboration with Space Jam" href="https://www.skype.com/en/blogs/2021-06-space-jam-a-new-legacy" data-campaign-id="space-jam-blog" data-tracking-type="click" data-position="space-jam-blog" data-bi-name="space-jam-blog" data-bi-area="space-jam-blog"> <span class="noArrow"> Read more <span style='font-size:13px' aria-hidden='true' class='skypeFontIcon x-hidden-focus'></span> </span> </a> </span></div></div><div class="col col2 noTheme horizontalAlignLeft verticalAlignTop paddingHorizontal3 paddingVertical3"><div class="colContent"><img alt="Skype call locked while having a together mode on" height="100%" src="https://secure.skypeassets.com/content/dam/scom/blogs/posts/lock-meeting/screen-sharing-image-blogs-tab.jpg" style="width: 100%" /><div class="marginTop1 marginTop1Desktop"><p class="small">08/06/2021 | Team Skype | Calling</p> <h3 class="fontSizeH3" style="margin-bottom: 0.5em;">Be In Control of Your Skype Call <img aria-hidden="true" class="emoticon" height="10%" src="https://secure.skypeassets.com/content/dam/scom/blogs/posts/lock-meeting/1f512_locked.png" style="display: inline;" width="10%" /></h3> </div><p class="small">Whether it’s a virtual lesson, an important work meeting, or a Friday night PJ party with your besties, you can easily lock or unlock your call according to your needs. </p> <span class="btnWrapper marginBottom0 marginTop1 marginLeft0 marginRight0"> <a class="btn primaryCta " title="Read more about this Skype blog post" aria-label="Learn more about Locking your meeting" href="https://www.skype.com/en/blogs/2021-06-lock-your-meeting/" data-campaign-id="lock-your-meeting-skype" data-tracking-type="click" data-position="lock-your-meeting-skype" data-bi-name="lock-your-meeting-skype" data-bi-area="lock-your-meeting-skype"> <span class="noArrow"> Read more <span style='font-size:13px' aria-hidden='true' class='skypeFontIcon x-hidden-focus'></span> </span> </a> </span></div></div><div class="col col3 noTheme horizontalAlignLeft verticalAlignTop paddingHorizontal3 paddingVertical3"><div class="colContent"><img alt="Three girls celebrating and laughing with balloons." height="100%" src="https://secure.skypeassets.com/content/dam/scom/blogs/posts/together-mode/screen-sharing-image-blogs-tab.png" style="width: 100%" /><div class="marginTop1 marginTop1Desktop"><p class="small">07/05/2021 | Team Skype | Messaging</p> <h3 class="fontSizeH3" style="margin-bottom: 0.5em;">Give your next Skype call a <img aria-hidden="true" height="5%" src="https://secure.skypeassets.com/content/dam/scom/blogs/posts/moods/2728_sparkles.png" style="display: inline;" width="5%" /> little flair&nbsp;<img aria-hidden="true" height="5%" src="https://secure.skypeassets.com/content/dam/scom/blogs/posts/moods/2728_sparkles.png" style="display: inline;" width="5%" /> with a custom name and icon&nbsp;</h3> </div><p class="small">Video calls just got a whole lot more fun with our new <strong>Name&nbsp;Your&nbsp;Call feature</strong>. Whether you’re hosting a remote birthday party or virtual wedding, now you can <strong>personalize your calls with customized titles, emoticons, stickers and more.</strong></p> <span class="btnWrapper marginBottom0 marginTop1 marginLeft0 marginRight0"> <a class="btn primaryCta " title="Read more about this Skype blog post" aria-label="Learn more about Naming your call in Skype" href="https://www.skype.com/en/blogs/2021-05-name-your-call/" data-campaign-id="name-your-call" data-tracking-type="click" data-position="name-your-call" data-bi-name="name-your-call" data-bi-area="name-your-call"> <span class="noArrow"> Read more <span style='font-size:13px' aria-hidden='true' class='skypeFontIcon x-hidden-focus'></span> </span> </a> </span></div></div></div><div class="row colDef3 " data-component-id="fdbf1dc8-c895-4af7-9cdd-c269f5356ce5"><div class="col col1 noTheme horizontalAlignLeft verticalAlignTop paddingHorizontal3 paddingVertical3"><div class="colContent"><img alt="Kid and parent are playing with their friends on a Skype call" height="100%" src="https://secure.skypeassets.com/content/dam/scom/blogs/posts/moods/100participants.png" style="width: 100%" /><div class="marginTop1 marginTop1Desktop"><p class="small">19/03/2021 | Team Skype | 100 participants &amp; Large Grid</p> <h3 class="fontSizeH3" style="margin-bottom: 0.5em;">Skype calls for up to 100 people at once - keeping big groups connected for free</h3> </div><p class="small">Our fun new features help you stay connected on a massive scale. <strong>Large Grid</strong> means you can keep an eye on 49 participants at a time — plus, Skype audio and video <strong>calls now support up to 100 users</strong>.</p> <span class="btnWrapper marginBottom0 marginTop1 marginLeft0 marginRight0"> <a class="btn primaryCta " title="Read more about this Skype blog post" aria-label="Learn more about 100 participants and Large grid in Skype" href="https://www.skype.com/en/blogs/2021-03-100-participants-large-grid/" data-campaign-id="100-participants-large-grid" data-tracking-type="click" data-position="100-participants-large-grid" data-bi-name="100-participants-large-grid" data-bi-area="100-participants-large-grid"> <span class="noArrow"> Read more <span style='font-size:13px' aria-hidden='true' class='skypeFontIcon x-hidden-focus'></span> </span> </a> </span></div></div><div class="col col2 noTheme horizontalAlignLeft verticalAlignTop paddingHorizontal3 paddingVertical3"><div class="colContent"><img alt="International Women's Day call with Skype women" height="100%" src="https://secure.skypeassets.com/content/dam/scom/blogs/posts/large-grid/meet-now-image-blogs-iwd.png" style="width: 100%" /><div class="marginTop1 marginTop1Desktop"><p class="small">05/03/2021 | Team Skype | International Women's Day</p> <h3 class="fontSizeH3" style="margin-bottom: 0.5em;">Let's unite on Skype this International Women’s Day</h3> </div><p class="small"><strong>International Women's Day is a reminder to celebrate women's achievements and strive for change.</strong> With Skype's Meet Now, you can connect with the women that inspire you with just one click. Meet some of our female colleagues in Skype who inspire us.</p> <span class="btnWrapper marginBottom0 marginTop1 marginLeft0 marginRight0"> <a class="btn primaryCta " title="Read more about this Skype blog post" aria-label="Learn more about International Women's Day on Skype" href="https://www.skype.com/en/blogs/2021-03-international-womens-day/" data-campaign-id="iwd" data-tracking-type="click" data-position="iwd" data-bi-name="iwd" data-bi-area="iwd"> <span class="noArrow"> Read more <span style='font-size:13px' aria-hidden='true' class='skypeFontIcon x-hidden-focus'></span> </span> </a> </span></div></div><div class="col col3 noTheme horizontalAlignLeft verticalAlignTop paddingHorizontal3 paddingVertical3"><div class="colContent"><img alt="Use noise suppression feature on Skype when kids are around" height="100%" src="https://secure.skypeassets.com/content/dam/scom/blogs/posts/iwd/iwd-image-blogs.png" style="width: 100%" /><div class="marginTop1 marginTop1Desktop"><p class="small">22/02/2021 | Team Skype | Noise suppression</p> <h3 class="fontSizeH3" style="margin-bottom: 0.5em;">Noisy distractions aren’t much fun when you’re on a video call.</h3> </div><p class="small">Skype’s new <strong>noise suppression</strong> feature can knock it out! Whether it’s people talking, kids playing, the construction workers next door, or your pet dog scaring that imaginary monster away from the front porch, background noise can be really distracting when you’re trying to talk on Skype.</p> <span class="btnWrapper marginBottom0 marginTop1 marginLeft0 marginRight0"> <a class="btn primaryCta " title="Read more about this Skype blog post" aria-label="Learn more about Noise suppression on Skype" href="https://www.skype.com/en/blogs/2021-02-noise-cancellation" data-campaign-id="noise-cancellation" data-tracking-type="click" data-position="noise-cancellation" data-bi-name="noise-cancellation" data-bi-area="noise-cancellation"> <span class="noArrow"> Read more <span style='font-size:13px' aria-hidden='true' class='skypeFontIcon x-hidden-focus'></span> </span> </a> </span></div></div></div><div class="row colDef3 " data-component-id="834047ad-1477-4043-818b-01b57b473122"><div class="col col1 noTheme horizontalAlignLeft verticalAlignTop paddingHorizontal3 paddingVertical3"><div class="colContent"><img alt="Skype's Meet Now available from Windows 10 taskbar" height="100%" src="https://secure.skypeassets.com/content/dam/scom/blogs/posts/noise-cancellation/meet-now-image-blogs.png" style="width: 100%" /><div class="marginTop1 marginTop1Desktop"><p class="small">27/01/2021 | Team Skype | Meet Now</p> <h3 class="fontSizeH3" style="margin-bottom: 0.5em;">Skype's Meet Now available from Windows 10 taskbar, Outlook, and more</h3> </div><p class="small"><strong>Free video calls</strong> with one click, no sign ups, no downloads, no passwords. With <strong>Meet Now in the Windows 10 taskbar</strong>, Outlook, and more, it’s the easiest way to connect online with friends and family!</p> <span class="btnWrapper marginBottom0 marginTop1 marginLeft0 marginRight0"> <a class="btn primaryCta " title="Read more about this Skype blog post" aria-label="Learn more about Meet Now integrations" href="https://www.skype.com/en/blogs/2021-01-meet-now-windows/" data-campaign-id="meet-now-integration" data-tracking-type="click" data-position="meet-now-integration" data-bi-name="meet-now-integration" data-bi-area="meet-now-integration"> <span class="noArrow"> Read more <span style='font-size:13px' aria-hidden='true' class='skypeFontIcon x-hidden-focus'></span> </span> </a> </span></div></div><div class="col col2 noTheme horizontalAlignLeft verticalAlignTop paddingHorizontal3 paddingVertical3"><div class="colContent"><img alt="Skype with holiday spirit. Christmas call on Skype" height="100%" src="https://secure.skypeassets.com/content/dam/scom/blogs/posts/holidays/holidays-image-blogs.png" style="width: 100%" /><div class="marginTop1 marginTop1Desktop"><p class="small">24/12/2020 | Team Skype | Holidays on Skype</p> <h3 class="fontSizeH3" style="margin-bottom: 0.5em;">Get into the Holiday Spirit on Skype</h3> </div><p class="small">It’s that time of year again! We’ve <strong>holidified Skype</strong> with some of your favorite seasonal emojis, expressions and new background designs to help make it a magical, memorable season.</p> <span class="btnWrapper marginBottom0 marginTop1 marginLeft0 marginRight0"> <a class="btn primaryCta " title="Read more about this Skype blog post" aria-label="Learn more about Holidification on Skype" href="https://www.skype.com/en/blogs/2020-12-holidification/" data-campaign-id="holidays-blogs" data-tracking-type="click" data-position="holidays-blogs" data-bi-name="holidays-blogs" data-bi-area="holidays-blogs"> <span class="noArrow"> Read more <span style='font-size:13px' aria-hidden='true' class='skypeFontIcon x-hidden-focus'></span> </span> </a> </span></div></div><div class="col col3 noTheme horizontalAlignLeft verticalAlignTop paddingHorizontal3 paddingVertical3"><div class="colContent"><img alt="New feature Raise your hand in Skype now available" height="100%" src="https://secure.skypeassets.com/content/dam/scom/blogs/posts/holidays/raise-hand-image-blogs.png" width="100%" /><div class="marginTop1 marginTop1Desktop"><p class="small">19/10/2020 | Team Skype | Raise Hand</p> <h3 class="fontSizeH3" style="margin-bottom: 0.5em;">Raise your hand in Skype</h3> </div><p class="small">The Skype team has added the ability to <strong>Raise Hand</strong> during a group call, with 8.65 release. Learn how to utilise this feature for your best Skype experience.</p> <span class="btnWrapper marginBottom0 marginTop1 marginLeft0 marginRight0"> <a class="btn primaryCta " title="Read more about this Skype blog post" aria-label="Learn more about Raise Hand feature on Skype" href="https://www.skype.com/en/blogs/2020-10-whats-new-raise-hand" data-campaign-id="raise-hand-blogs" data-tracking-type="click" data-position="raise-hand-blogs" data-bi-name="raise-hand-blogs" data-bi-area="raise-hand-blogs"> <span class="noArrow"> Read more <span style='font-size:13px' aria-hidden='true' class='skypeFontIcon x-hidden-focus'></span> </span> </a> </span></div></div></div><div class="row colDef3 " data-component-id="346cd665-cfe2-47b4-8393-dabd598f46af"><div class="col col1 noTheme horizontalAlignLeft verticalAlignTop paddingHorizontal3 paddingVertical3"><div class="colContent"><img alt="You can customize your reactions in Skype" height="100%" src="https://secure.skypeassets.com/content/dam/scom/blogs/posts/iwd/custom-reactions-image-blogs.png" width="100%" /><div class="marginTop1 marginTop1Desktop"><p class="small">19/09/2020 | Team Skype | Custom Reactions</p> <h3 class="fontSizeH3" style="margin-bottom: 0.5em;">Custom Reactions in Skype</h3> </div><p class="small">The Skype team has worked hard and we have added the possibility to <strong>Custom your reactions</strong>, with 8.64 release. Learn how to add your favourite emojis and customise your reactions.</p> <span class="btnWrapper marginBottom0 marginTop1 marginLeft0 marginRight0"> <a class="btn primaryCta " title="Read more about this Skype blog post" aria-label="Learn more about Custom Reactions on Skype" href="https://www.skype.com/en/blogs/2020-08-whats-new-in-skype" data-campaign-id="custom-reactions-in-skype" data-tracking-type="click" data-position="custom-reactions-in-skype" data-bi-name="custom-reactions-in-skype" data-bi-area="custom-reactions-in-skype"> <span class="noArrow"> Read more <span style='font-size:13px' aria-hidden='true' class='skypeFontIcon x-hidden-focus'></span> </span> </a> </span></div></div><div class="col col2 noTheme horizontalAlignLeft verticalAlignTop paddingHorizontal3 paddingVertical3"><div class="colContent"><img alt="You can now use Background Replace in Skype" height="100%" src="https://secure.skypeassets.com/content/dam/scom/blogs/posts/background-blur/screen-sharing-image-blogs2.png" width="100%" /><div class="marginTop1 marginTop1Desktop"><p class="small">17/06/2020 | Team Skype | Background Replace</p> <h3 class="fontSizeH3" style="margin-bottom: 0.5em;">Introducing Background Replace in Skype</h3> </div><p class="small">To elevate your experience we've added the ability to replace your background. This way you can keep doing what you love but with that extra bit of privacy you might need.</p> <span class="btnWrapper marginBottom0 marginTop1 marginLeft0 marginRight0"> <a class="btn primaryCta " title="Read more about this Skype blog post" aria-label="Learn more about Background Replace in Skype" href="https://www.skype.com/en/blogs/2020-06-background-replace" data-campaign-id="background-replace" data-tracking-type="click" data-position="background-replace" data-bi-name="background-replace" data-bi-area="background-replace"> <span class="noArrow"> Read more <span style='font-size:13px' aria-hidden='true' class='skypeFontIcon x-hidden-focus'></span> </span> </a> </span></div></div><div class="col col3 noTheme horizontalAlignLeft verticalAlignTop paddingHorizontal3 paddingVertical3"><div class="colContent"><img alt="Introducing simple, hassle free meetings on Skype!" height="100%" src="https://secure.skypeassets.com/content/dam/scom/blogs/posts/meet-now/meetnow-blogs.jpg" width="100%" /><div class="marginTop1 marginTop1Desktop"><p class="small">15/01/2019 | Team Skype | Meet Now</p> <h3 class="fontSizeH3" style="margin-bottom: 0.5em;">Simple, hassle free meetings on Skype!</h3> </div><p class="small">We are proud to bring you Meet Now experience on Skype! Set up your call and invite both Skype and external users in as little as 2 clicks.</p> <span class="btnWrapper marginBottom0 marginTop1 marginLeft0 marginRight0"> <a class="btn primaryCta " title="Read more about this Skype blog post" aria-label="Learn more about Meet Now feature" href="https://www.skype.com/en/blogs/2020-01-meet-now-online-meetings/" data-campaign-id="meet-now-blog-post" data-tracking-type="click" data-position="meet-now-blog-post" data-bi-name="meet-now-blog-post" data-bi-area="meet-now-blog-post"> <span class="noArrow"> Read more <span style='font-size:13px' aria-hidden='true' class='skypeFontIcon x-hidden-focus'></span> </span> </a> </span></div></div></div><div class="row colDef3 " data-component-id="dc922b4d-2e5a-4cae-a51f-7ccb02ce7aec"><div class="col col1 noTheme horizontalAlignLeft verticalAlignTop paddingHorizontal3 paddingVertical3"><div class="colContent"><img alt="Try split view in Skype, pop up your chats." height="100%" src="https://secure.skypeassets.com/content/dam/scom/blogs/posts/split-view/split_view.png" width="100%" /><div class="marginTop1 marginTop1Desktop"><p class="small">29/08/2019 | Team Skype | Split screen</p> <h3 class="fontSizeH3" style="margin-bottom: 0.5em;">Split view in Skype again!</h3> </div><p class="small">A few months back, we announced the launch of split window for Windows 10, which lets you put your contact list in one window, and each conversation you open in separate windows.</p> <span class="btnWrapper marginBottom0 marginTop1 marginLeft0 marginRight0"> <a class="btn primaryCta " title="Read more about this Skype blog post" aria-label="Learn more about Split view in Skype desktop app" href="https://www.skype.com/en/blogs/2019-08-split-view-in-skype/" data-campaign-id="split-view-in-skype" data-tracking-type="click" data-position="split-view-in-skype" data-bi-name="split-view-in-skype" data-bi-area="split-view-in-skype"> <span class="noArrow"> Read more <span style='font-size:13px' aria-hidden='true' class='skypeFontIcon x-hidden-focus'></span> </span> </a> </span></div></div><div class="col col2 noTheme horizontalAlignLeft verticalAlignTop paddingHorizontal3 paddingVertical3"><div class="colContent"><img alt="Screen sharing now on mobile devices" height="100%" src="https://secure.skypeassets.com/content/dam/scom/blogs/thumbnail/screen-sharing-image-blogs2.png" width="100%" /><div class="marginTop1 marginTop1Desktop"><p class="small">04/06/2019 | Team Skype | Screen sharing</p> <h3 class="fontSizeH3" style="margin-bottom: 0.5em;">Screen sharing goes mobile</h3> </div><p class="small">Starting today, we’re launching screen sharing on Android and iOS along with multiple improvements to our mobile calling experience.</p> <span class="btnWrapper marginBottom0 marginTop1 marginLeft0 marginRight0"> <a class="btn primaryCta " title="Read more about this Skype blog post" aria-label="Learn more about Screen Sharing on mobile" href="https://www.skype.com/en/blogs/2019-06-screen-sharing-on-mobile/" data-campaign-id="screen-sharing-on-mobile" data-tracking-type="click" data-position="screen-sharing-on-mobile" data-bi-name="screen-sharing-on-mobile" data-bi-area="screen-sharing-on-mobile"> <span class="noArrow"> Read more <span style='font-size:13px' aria-hidden='true' class='skypeFontIcon x-hidden-focus'></span> </span> </a> </span></div></div><div class="col col3 noTheme horizontalAlignLeft verticalAlignTop paddingHorizontal3 paddingVertical3"><div class="colContent"><img alt="50 people at once with Skype, now available even 100 people at once" height="100%" src="https://secure.skypeassets.com/content/dam/scom/blogs/thumbnail/group-video-calls-blogs.png" width="100%" /><div class="marginTop1 marginTop1Desktop"><p class="small">04/04/2019 | Team Skype | Group video call</p> <h3 class="fontSizeH3" style="margin-bottom: 0.5em;">Call up to 50 people at once with Skype</h3> </div><p class="small">You can now call and have up to 50 people in a call, all at once. Whether you’re catching up with your friends, having a team status update, or a conference in one place…</p> <span class="btnWrapper marginBottom0 marginTop1 marginLeft0 marginRight0"> <a class="btn primaryCta " title="Read more about this Skype blog post" aria-label="Learn more about Group Video Chats" href="https://www.skype.com/en/blogs/2019-04-group-video-calling/" data-campaign-id="group-vide-chat-blogs" data-tracking-type="click" data-position="group-vide-chat-blogs" data-bi-name="group-vide-chat-blogs" data-bi-area="group-vide-chat-blogs"> <span class="noArrow"> Read more <span style='font-size:13px' aria-hidden='true' class='skypeFontIcon x-hidden-focus'></span> </span> </a> </span></div></div></div><div class="row colDef3 " data-component-id="b8ba0964-931f-4c14-ae1b-10457f8db2d7"><div class="col col1 noTheme horizontalAlignLeft verticalAlignTop paddingHorizontal3 paddingVertical3"><div class="colContent"><img alt="Skype on the web is now available for Edge and Chrome" height="100%" src="https://secure.skypeassets.com/content/dam/scom/blogs/thumbnail/skype-web-blogs2.jpg" width="100%" /><div class="marginTop1 marginTop1Desktop"><p class="small">07/03/2019 | Team Skype | Call capacity</p> <h3 class="fontSizeH3" style="margin-bottom: 0.5em;">The new Skype for Web is here</h3> </div><p class="small">Enjoy our latest features on the new Skype for Web using the most current versions of Microsoft Edge or Google Chrome.</p> <span class="btnWrapper marginBottom0 marginTop1 marginLeft0 marginRight0"> <a class="btn primaryCta " title="Read more about this Skype blog post" aria-label="Learn more about Skype online" href="https://www.skype.com/en/blogs/2019-03-skype-online/" data-campaign-id="skype-online-blogs" data-tracking-type="click" data-position="skype-online-blogs" data-bi-name="skype-online-blogs" data-bi-area="skype-online-blogs"> <span class="noArrow"> Read more <span style='font-size:13px' aria-hidden='true' class='skypeFontIcon x-hidden-focus'></span> </span> </a> </span></div></div><div class="col col2 noTheme horizontalAlignLeft verticalAlignTop paddingHorizontal3 paddingVertical3"><div class="colContent"><img alt="Background blur on your desktop devices on Skype" height="100%" src="https://secure.skypeassets.com/content/dam/scom/blogs/background-blur-blogs-new.png" width="100%" /><div class="marginTop1 marginTop1Desktop"><p class="small">06/02/2019 | Team Skype | Background blur</p> <h3 class="fontSizeH3" style="margin-bottom: 0.5em;">Introducing background blur in Skype</h3> </div><p class="small">Take the stress out of turning on your video and put the focus where it belongs - on you! Background blur in Skype uses artificial intelligence (AI)…</p> <span class="btnWrapper marginBottom0 marginTop1 marginLeft0 marginRight0"> <a class="btn primaryCta " title="Read more about this Skype blog post" aria-label="Learn more about Background Blur" href="https://www.skype.com/en/blogs/2019-02-background-blur/" data-campaign-id="background-blur" data-tracking-type="click" data-position="background-blur" data-bi-name="background-blur" data-bi-area="background-blur"> <span class="noArrow"> Read more <span style='font-size:13px' aria-hidden='true' class='skypeFontIcon x-hidden-focus'></span> </span> </a> </span></div></div><div class="col col3 noTheme horizontalAlignLeft verticalAlignTop paddingHorizontal3 paddingVertical3"><div class="colContent"><img alt="Family is calling over Skype." height="100%" src="https://secure.skypeassets.com/content/dam/scom/blogs/thumbnail/live-captions-blogs2.png" width="100%" /><div class="marginTop1 marginTop1Desktop"><p class="small">03/12/2018 | Team Skype | Live captions</p> <h3 class="fontSizeH3" style="margin-bottom: 0.5em;">Now live captions &amp; subtitles in Skype</h3> </div><p class="small">Live captions &amp; subtitles in Skype enables you to have a captioned experience in calls made or answered through Skype.</p> <span class="btnWrapper marginBottom0 marginTop1 marginLeft0 marginRight0"> <a class="btn primaryCta " title="Read more about this Skype blog post" aria-label="Learn more about Live captions" href="https://www.skype.com/en/blogs/2018-12-live-captions-and-subtitles/" data-campaign-id="live-captions-blog" data-tracking-type="click" data-position="live-captions-blog" data-bi-name="live-captions-blog" data-bi-area="live-captions-blog"> <span class="noArrow"> Read more <span style='font-size:13px' aria-hidden='true' class='skypeFontIcon x-hidden-focus'></span> </span> </a> </span></div></div></div><div class="row colDef3 " data-component-id="6d0c9663-e8a9-4cff-8aae-c9bde037d38b"><div class="col col1 noTheme horizontalAlignLeft verticalAlignTop paddingHorizontal3 paddingVertical1"><div class="colContent"><img alt="Call recording is now in Skype. Capture, share or download your memories." height="100%" src="https://secure.skypeassets.com/content/dam/scom/blogs/thumbnail/call-recording-blogs.png" width="100%" /><div class="marginTop1 marginTop1Desktop"><p class="small">04/09/2018 | Team Skype | Call recording</p> <h3 class="fontSizeH3" style="margin-bottom: 0.5em;">You can now capture, save, and share special moments</h3> </div><p class="small">With call recording you can capture special moments in a Skype call with your loved ones or record important meetings with colleagues.</p> <span class="btnWrapper marginBottom0 marginTop1 marginLeft0 marginRight0"> <a class="btn primaryCta " title="Read more about this Skype blog post" aria-label="Learn more about Call recording in Skype" href="https://www.skype.com/en/blogs/2018-09-call-recording/" data-campaign-id="call-recording-blogs" data-tracking-type="click" data-position="call-recording-blogs" data-bi-name="call-recording-blogs" data-bi-area="call-recording-blogs"> <span class="noArrow"> Read more <span style='font-size:13px' aria-hidden='true' class='skypeFontIcon x-hidden-focus'></span> </span> </a> </span></div></div><div class="col col2 noTheme horizontalAlignLeft verticalAlignTop paddingHorizontal3 paddingVertical1"><div class="colContent"></div></div><div class="col col3 noTheme horizontalAlignLeft verticalAlignTop paddingHorizontal3 paddingVertical1"><div class="colContent"></div></div></div></div></section></div> </div>  <div class="aspNetHidden"> <input type="hidden" name="__VIEWSTATEGENERATOR" id="__VIEWSTATEGENERATOR" value="53962FCC" /> </div> <script type="text/javascript"> /* (function() {var fn = function() {$get("manScript_HiddenField").value = '';Sys.Application.remove_init(fn);};Sys.Application.add_init(fn);})();*/ </script> <script type="text/javascript"> /* */ </script> <script type="text/javascript"> /* document.pageLoaded = true; */ </script> <script type="text/javascript"> /* cmsrequire(['CMS/EventHub', 'CMS/Application'], function (hub, app) { hub.publish('PageLoaded', app.getData(null, window)); }); */ </script></form>   <!-- SWC Chat --> <div class="skype-recents" data-style="scom" role="dialog" aria-label="Skype chat"></div> <div class="chat-wrapper" data-enable-participants-control="true" data-style="scom"></div> <section class="skypeFooter section sectionStandard verticalAlignCenter paddingVertical0" role="complementary"> <div class="content"> <div class="row colDef2"> <div class="col col1"> <div class="colContent"> <ul class="skypeSocialMedia"> <li> <a data-sc="footer_Skype" href="https://www.facebook.com/Skype" title="Follow Skype on Facebook"> Facebook </a> </li> <li> <a data-sc="footer_Skype" href="https://twitter.com/Skype" title="Follow Skype on Twitter"> Twitter </a> </li> <li> <a data-sc="footer_Skype" href="https://www.youtube.com/channel/UCORCfBbvrq4llNleGmILUhQ" title="Follow Skype on Youtube"> YouTube </a> </li> <li> <a data-sc="footer_blogs_skype_com" href="https://skype.com/en/blogs" title="Follow Skype on Blogs"> Blogs </a> </li> </ul> </div> </div> <div class="col col2"> <div class="colContent"> <div class="footerWarning"> <span class="icon noCalls" aria-hidden="true"></span> <p> <b>Limited emergency calling</b> <br />Skype is not a replacement for your telephone and has limited emergency calling capabilities depending on your country. <br/><a href="https://go.skype.com/e911" class="cg-link" data-bi-name="learn-more-911">Learn more about emergency calling supporting.</a> </p> </div> </div> </div> </div> </div> </section> <div style="display: none;"> <div class="languageSelector" class="hidden"> <form action="/${LC}/blogs/"> <label class="languagesDropdown"> <span class="icon world"></span> <span id="pickedLanguage" class="language" aria-hidden="true">English</span> <span class="icon pickDown"></span> <select aria-label="Select page language" title="" name="userLanguage" id="userLanguage" class="userLanguage" data-sc="lang_selector"> <option aria-label="English" label="English" value="en" lang="en" selected="selected">English</option><option aria-label="عربي" label="عربي" value="ar" lang="ar">عربي</option><option aria-label="Български" label="Български" value="bg" lang="bg">Български</option><option aria-label="Česky" label="Česky" value="cs" lang="cs">Česky</option><option aria-label="Dansk" label="Dansk" value="da" lang="da">Dansk</option><option aria-label="Deutsch" label="Deutsch" value="de" lang="de">Deutsch</option><option aria-label="Ελληνικά" label="Ελληνικά" value="el" lang="el">Ελληνικά</option><option aria-label="Español" label="Español" value="es" lang="es">Español</option><option aria-label="Eesti" label="Eesti" value="et" lang="et">Eesti</option><option aria-label="Suomi" label="Suomi" value="fi" lang="fi">Suomi</option><option aria-label="Français" label="Français" value="fr" lang="fr">Français</option><option aria-label="עברית" label="עברית" value="he" lang="he">עברית</option><option aria-label="हिन्दी" label="हिन्दी" value="hi" lang="hi">हिन्दी</option><option aria-label="Magyar" label="Magyar" value="hu" lang="hu">Magyar</option><option aria-label="Bahasa Indonesia" label="Bahasa Indonesia" value="id" lang="id">Bahasa Indonesia</option><option aria-label="Italiano" label="Italiano" value="it" lang="it">Italiano</option><option aria-label="日本語" label="日本語" value="ja" lang="ja">日本語</option><option aria-label="한국어" label="한국어" value="ko" lang="ko">한국어</option><option aria-label="Nederlands" label="Nederlands" value="nl" lang="nl">Nederlands</option><option aria-label="Norsk" label="Norsk" value="no" lang="no">Norsk</option><option aria-label="Polski" label="Polski" value="pl" lang="pl">Polski</option><option aria-label="Português" label="Português" value="pt" lang="pt">Português</option><option aria-label="Português (Brasil)" label="Português (Brasil)" value="pt-br" lang="pt-br">Português (Brasil)</option><option aria-label="Română" label="Română" value="ro" lang="ro">Română</option><option aria-label="Русский" label="Русский" value="ru" lang="ru">Русский</option><option aria-label="Svenska" label="Svenska" value="sv" lang="sv">Svenska</option><option aria-label="Türkçe" label="Türkçe" value="tr" lang="tr">Türkçe</option><option aria-label="Українська" label="Українська" value="uk" lang="uk">Українська</option><option aria-label="中文(简体)" label="中文(简体)" value="zh-Hans" lang="zh-Hans">中文(简体)</option><option aria-label="中文 (繁體)" label="中文 (繁體)" value="zh-Hant" lang="zh-Hant">中文 (繁體)</option> </select> </label>   <input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE" value="/wEPDwUJNzEwMTExMzEzZGRjb4tkik7SOkJJzC30M+Bf0KC06vEyA9t/J1IlfzTuWg==" />
  2.  <script type="text/javascript">
  3.      //<![CDATA[
  4.      if (window.WebForm_InitCallback) {
  5.        __theFormPostData = '';
  6.        __theFormPostCollection = new Array();
  7.        window.WebForm_InitCallback();
  8.      }
  9.      //]]>
  10.    </script>
  11.  </form> </div> </div>     <div id="footerArea" class="uhf"  >
  12.                <div id="footerRegion"      data-region-key="footerregion"  >
  13.  
  14.    <div  id="footerUniversalFooter"   data-module-id="Category|footerRegion|coreui-region|footerUniversalFooter|coreui-universalfooter">
  15.        
  16.  
  17.  
  18.  
  19. <footer id="uhf-footer" class="c-uhff context-uhf"  data-uhf-mscc-rq="false" data-footer-footprint="/Skype/SkypeFooter, fromService: True" >
  20.        <nav class="c-uhff-nav" aria-label="Footer Resource links" >
  21.            
  22.                <div class="c-uhff-nav-row">
  23.                    <div class="c-uhff-nav-group" >
  24.                        <div class="c-heading-4" role="heading" aria-level="2">What&#39;s new</div>
  25.                        <ul class="c-list f-bare">
  26.                            <li>
  27.                                <a aria-label="Surface Laptop Studio 2 What&#39;s new" class="c-uhff-link" href="https://www.microsoft.com/en-us/d/Surface-Laptop-Studio-2/8rqr54krf1dz" >Surface Laptop Studio 2</a>
  28.                            </li>
  29.                            <li>
  30.                                <a aria-label="Surface Laptop Go 3 What&#39;s new" class="c-uhff-link" href="https://www.microsoft.com/en-us/d/Surface-Laptop-Go-3/8p0wwgj6c6l2" >Surface Laptop Go 3</a>
  31.                            </li>
  32.                            <li>
  33.                                <a aria-label="Surface Pro 9 What&#39;s new" class="c-uhff-link" href="https://www.microsoft.com/en-us/d/surface-pro-9/93VKD8NP4FVK" >Surface Pro 9</a>
  34.                            </li>
  35.                            <li>
  36.                                <a aria-label="Surface Laptop 5 What&#39;s new" class="c-uhff-link" href="https://www.microsoft.com/en-us/d/surface-laptop-5/8XN49V61S1BN" >Surface Laptop 5</a>
  37.                            </li>
  38.                            <li>
  39.                                <a aria-label="Surface Studio 2+ What&#39;s new" class="c-uhff-link" href="https://www.microsoft.com/en-us/d/surface-studio-2plus/8VLFQC3597K4" >Surface Studio 2+</a>
  40.                            </li>
  41.                            <li>
  42.                                <a aria-label="Copilot in Windows What&#39;s new" class="c-uhff-link" href="https://www.microsoft.com/en-us/windows/copilot-ai-features" >Copilot in Windows</a>
  43.                            </li>
  44.                            <li>
  45.                                <a aria-label="Microsoft 365 What&#39;s new" class="c-uhff-link" href="https://www.microsoft.com/en-us/microsoft-365" >Microsoft 365</a>
  46.                            </li>
  47.                            <li>
  48.                                <a aria-label="Windows 11 apps What&#39;s new" class="c-uhff-link" href="https://www.microsoft.com/windows/windows-11-apps" >Windows 11 apps</a>
  49.                            </li>
  50.  
  51.                        </ul>
  52.                        
  53.                    </div>
  54.                    <div class="c-uhff-nav-group" >
  55.                        <div class="c-heading-4" role="heading" aria-level="2">Microsoft Store</div>
  56.                        <ul class="c-list f-bare">
  57.                            <li>
  58.                                <a aria-label="Account profile Microsoft Store" class="c-uhff-link" href="https://account.microsoft.com/" >Account profile</a>
  59.                            </li>
  60.                            <li>
  61.                                <a aria-label="Download Center Microsoft Store" class="c-uhff-link" href="https://www.microsoft.com/en-us/download" >Download Center</a>
  62.                            </li>
  63.                            <li>
  64.                                <a aria-label="Microsoft Store support Microsoft Store" class="c-uhff-link" href="https://go.microsoft.com/fwlink/?linkid=2139749" >Microsoft Store support</a>
  65.                            </li>
  66.                            <li>
  67.                                <a aria-label="Returns Microsoft Store" class="c-uhff-link" href="https://www.microsoft.com/en-us/store/b/returns" >Returns</a>
  68.                            </li>
  69.                            <li>
  70.                                <a aria-label="Order tracking Microsoft Store" class="c-uhff-link" href="https://account.microsoft.com/orders" >Order tracking</a>
  71.                            </li>
  72.                            <li>
  73.                                <a aria-label="Certified Refurbished Microsoft Store" class="c-uhff-link" href="https://www.microsoft.com/en-us/store/b/certified-refurbished-products" >Certified Refurbished</a>
  74.                            </li>
  75.                            <li>
  76.                                <a aria-label="Microsoft Store Promise Microsoft Store" class="c-uhff-link" href="https://www.microsoft.com/en-us/store/b/why-microsoft-store?icid=footer_why-msft-store_7102020" >Microsoft Store Promise</a>
  77.                            </li>
  78.                            <li>
  79.                                <a aria-label="Flexible Payments Microsoft Store" class="c-uhff-link" href="https://www.microsoft.com/en-us/store/b/payment-financing-options?icid=footer_financing_vcc" >Flexible Payments</a>
  80.                            </li>
  81.  
  82.                        </ul>
  83.                        
  84.                    </div>
  85.                    <div class="c-uhff-nav-group" >
  86.                        <div class="c-heading-4" role="heading" aria-level="2">Education</div>
  87.                        <ul class="c-list f-bare">
  88.                            <li>
  89.                                <a aria-label="Microsoft in education Education" class="c-uhff-link" href="https://www.microsoft.com/en-us/education" >Microsoft in education</a>
  90.                            </li>
  91.                            <li>
  92.                                <a aria-label="Devices for education Education" class="c-uhff-link" href="https://www.microsoft.com/en-us/education/devices/overview" >Devices for education</a>
  93.                            </li>
  94.                            <li>
  95.                                <a aria-label="Microsoft Teams for Education Education" class="c-uhff-link" href="https://www.microsoft.com/en-us/education/products/teams" >Microsoft Teams for Education</a>
  96.                            </li>
  97.                            <li>
  98.                                <a aria-label="Microsoft 365 Education Education" class="c-uhff-link" href="https://www.microsoft.com/en-us/education/buy-license/microsoft365" >Microsoft 365 Education</a>
  99.                            </li>
  100.                            <li>
  101.                                <a aria-label="How to buy for your school Education" class="c-uhff-link" href="https://www.microsoft.com/education/how-to-buy" >How to buy for your school</a>
  102.                            </li>
  103.                            <li>
  104.                                <a aria-label="Educator training and development Education" class="c-uhff-link" href="https://education.microsoft.com/" >Educator training and development</a>
  105.                            </li>
  106.                            <li>
  107.                                <a aria-label="Deals for students and parents Education" class="c-uhff-link" href="https://www.microsoft.com/en-us/store/b/education" >Deals for students and parents</a>
  108.                            </li>
  109.                            <li>
  110.                                <a aria-label="Azure for students Education" class="c-uhff-link" href="https://azure.microsoft.com/en-us/free/students/" >Azure for students</a>
  111.                            </li>
  112.  
  113.                        </ul>
  114.                        
  115.                    </div>
  116.                </div>
  117.                <div class="c-uhff-nav-row">
  118.                    <div class="c-uhff-nav-group" >
  119.                        <div class="c-heading-4" role="heading" aria-level="2">Business</div>
  120.                        <ul class="c-list f-bare">
  121.                            <li>
  122.                                <a aria-label="Microsoft Cloud Business" class="c-uhff-link" href="https://www.microsoft.com/en-us/microsoft-cloud" >Microsoft Cloud</a>
  123.                            </li>
  124.                            <li>
  125.                                <a aria-label="Microsoft Security Business" class="c-uhff-link" href="https://www.microsoft.com/en-us/security" >Microsoft Security</a>
  126.                            </li>
  127.                            <li>
  128.                                <a aria-label="Dynamics 365 Business" class="c-uhff-link" href="https://www.microsoft.com/en-us/dynamics-365" >Dynamics 365</a>
  129.                            </li>
  130.                            <li>
  131.                                <a aria-label="Microsoft 365 Business" class="c-uhff-link" href="https://www.microsoft.com/en-us/microsoft-365/business" >Microsoft 365</a>
  132.                            </li>
  133.                            <li>
  134.                                <a aria-label="Microsoft Power Platform Business" class="c-uhff-link" href="https://www.microsoft.com/en-us/power-platform" >Microsoft Power Platform</a>
  135.                            </li>
  136.                            <li>
  137.                                <a aria-label="Microsoft Teams Business" class="c-uhff-link" href="https://www.microsoft.com/en-us/microsoft-teams/group-chat-software" >Microsoft Teams</a>
  138.                            </li>
  139.                            <li>
  140.                                <a aria-label="Microsoft Industry Business" class="c-uhff-link" href="https://www.microsoft.com/en-us/industry" >Microsoft Industry</a>
  141.                            </li>
  142.                            <li>
  143.                                <a aria-label="Small Business Business" class="c-uhff-link" href="https://www.microsoft.com/en-us/store/b/business?icid=CNavBusinessStore" >Small Business</a>
  144.                            </li>
  145.  
  146.                        </ul>
  147.                        
  148.                    </div>
  149.                    <div class="c-uhff-nav-group" >
  150.                        <div class="c-heading-4" role="heading" aria-level="2">Developer &amp; IT</div>
  151.                        <ul class="c-list f-bare">
  152.                            <li>
  153.                                <a aria-label="Azure Developer &amp; IT" class="c-uhff-link" href="https://azure.microsoft.com/en-us/" >Azure</a>
  154.                            </li>
  155.                            <li>
  156.                                <a aria-label="Developer Center Developer &amp; IT" class="c-uhff-link" href="https://developer.microsoft.com/en-us/" >Developer Center</a>
  157.                            </li>
  158.                            <li>
  159.                                <a aria-label="Documentation Developer &amp; IT" class="c-uhff-link" href="https://learn.microsoft.com/docs/" >Documentation</a>
  160.                            </li>
  161.                            <li>
  162.                                <a aria-label="Microsoft Learn Developer &amp; IT" class="c-uhff-link" href="https://learn.microsoft.com/" >Microsoft Learn</a>
  163.                            </li>
  164.                            <li>
  165.                                <a aria-label="Microsoft Tech Community Developer &amp; IT" class="c-uhff-link" href="https://techcommunity.microsoft.com/" >Microsoft Tech Community</a>
  166.                            </li>
  167.                            <li>
  168.                                <a aria-label="Azure Marketplace Developer &amp; IT" class="c-uhff-link" href="https://azuremarketplace.microsoft.com/en-us/" >Azure Marketplace</a>
  169.                            </li>
  170.                            <li>
  171.                                <a aria-label="AppSource Developer &amp; IT" class="c-uhff-link" href="https://appsource.microsoft.com/en-us/" >AppSource</a>
  172.                            </li>
  173.                            <li>
  174.                                <a aria-label="Visual Studio Developer &amp; IT" class="c-uhff-link" href="https://visualstudio.microsoft.com/" >Visual Studio</a>
  175.                            </li>
  176.  
  177.                        </ul>
  178.                        
  179.                    </div>
  180.                    <div class="c-uhff-nav-group" >
  181.                        <div class="c-heading-4" role="heading" aria-level="2">Company</div>
  182.                        <ul class="c-list f-bare">
  183.                            <li>
  184.                                <a aria-label="Careers Company" class="c-uhff-link" href="https://careers.microsoft.com/" >Careers</a>
  185.                            </li>
  186.                            <li>
  187.                                <a aria-label="About Microsoft Company" class="c-uhff-link" href="https://www.microsoft.com/en-us/about" >About Microsoft</a>
  188.                            </li>
  189.                            <li>
  190.                                <a aria-label="Company news Company" class="c-uhff-link" href="https://news.microsoft.com/" >Company news</a>
  191.                            </li>
  192.                            <li>
  193.                                <a aria-label="Privacy at Microsoft Company" class="c-uhff-link" href="https://privacy.microsoft.com/en-us" >Privacy at Microsoft</a>
  194.                            </li>
  195.                            <li>
  196.                                <a aria-label="Investors Company" class="c-uhff-link" href="https://www.microsoft.com/investor/default.aspx" >Investors</a>
  197.                            </li>
  198.                            <li>
  199.                                <a aria-label="Diversity and inclusion Company" class="c-uhff-link" href="https://www.microsoft.com/en-us/diversity/" >Diversity and inclusion</a>
  200.                            </li>
  201.                            <li>
  202.                                <a aria-label="Accessibility Company" class="c-uhff-link" href="https://www.microsoft.com/en-us/accessibility" >Accessibility</a>
  203.                            </li>
  204.                            <li>
  205.                                <a aria-label="Sustainability Company" class="c-uhff-link" href="https://www.microsoft.com/en-us/sustainability/" >Sustainability</a>
  206.                            </li>
  207.  
  208.                        </ul>
  209.                        
  210.                    </div>
  211.                </div>
  212.        </nav>
  213.    <div class="c-uhff-base">
  214.                <a id="locale-picker-link" aria-label="Content Language Selector. Currently set to English (United States)" class="c-uhff-link c-uhff-lang-selector c-glyph glyph-world" href="https://www.microsoft.com/locale.aspx" >English (United States)</a>
  215.  
  216.            <a  href="https://aka.ms/yourcaliforniaprivacychoices" class='c-uhff-link c-uhff-ccpa'>
  217.        <svg role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 14" xml:space="preserve" height="16" width="43">
  218.            <title>Your Privacy Choices Opt-Out Icon</title>
  219.            <path d="M7.4 12.8h6.8l3.1-11.6H7.4C4.2 1.2 1.6 3.8 1.6 7s2.6 5.8 5.8 5.8z" style="fill-rule:evenodd;clip-rule:evenodd;fill:#fff"/>
  220.            <path d="M22.6 0H7.4c-3.9 0-7 3.1-7 7s3.1 7 7 7h15.2c3.9 0 7-3.1 7-7s-3.2-7-7-7zm-21 7c0-3.2 2.6-5.8 5.8-5.8h9.9l-3.1 11.6H7.4c-3.2 0-5.8-2.6-5.8-5.8z" style="fill-rule:evenodd;clip-rule:evenodd;fill:#06f"/>
  221.            <path d="M24.6 4c.2.2.2.6 0 .8L22.5 7l2.2 2.2c.2.2.2.6 0 .8-.2.2-.6.2-.8 0l-2.2-2.2-2.2 2.2c-.2.2-.6.2-.8 0-.2-.2-.2-.6 0-.8L20.8 7l-2.2-2.2c-.2-.2-.2-.6 0-.8.2-.2.6-.2.8 0l2.2 2.2L23.8 4c.2-.2.6-.2.8 0z" style="fill:#fff"/>
  222.            <path d="M12.7 4.1c.2.2.3.6.1.8L8.6 9.8c-.1.1-.2.2-.3.2-.2.1-.5.1-.7-.1L5.4 7.7c-.2-.2-.2-.6 0-.8.2-.2.6-.2.8 0L8 8.6l3.8-4.5c.2-.2.6-.2.9 0z" style="fill:#06f"/>
  223.        </svg>
  224.        <span>Your Privacy Choices</span>
  225.    </a>
  226.  
  227.        <noscript>
  228.                <a  href="https://aka.ms/yourcaliforniaprivacychoices" class='c-uhff-link c-uhff-ccpa'>
  229.        <svg role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 14" xml:space="preserve" height="16" width="43">
  230.            <title>Your Privacy Choices Opt-Out Icon</title>
  231.            <path d="M7.4 12.8h6.8l3.1-11.6H7.4C4.2 1.2 1.6 3.8 1.6 7s2.6 5.8 5.8 5.8z" style="fill-rule:evenodd;clip-rule:evenodd;fill:#fff"/>
  232.            <path d="M22.6 0H7.4c-3.9 0-7 3.1-7 7s3.1 7 7 7h15.2c3.9 0 7-3.1 7-7s-3.2-7-7-7zm-21 7c0-3.2 2.6-5.8 5.8-5.8h9.9l-3.1 11.6H7.4c-3.2 0-5.8-2.6-5.8-5.8z" style="fill-rule:evenodd;clip-rule:evenodd;fill:#06f"/>
  233.            <path d="M24.6 4c.2.2.2.6 0 .8L22.5 7l2.2 2.2c.2.2.2.6 0 .8-.2.2-.6.2-.8 0l-2.2-2.2-2.2 2.2c-.2.2-.6.2-.8 0-.2-.2-.2-.6 0-.8L20.8 7l-2.2-2.2c-.2-.2-.2-.6 0-.8.2-.2.6-.2.8 0l2.2 2.2L23.8 4c.2-.2.6-.2.8 0z" style="fill:#fff"/>
  234.            <path d="M12.7 4.1c.2.2.3.6.1.8L8.6 9.8c-.1.1-.2.2-.3.2-.2.1-.5.1-.7-.1L5.4 7.7c-.2-.2-.2-.6 0-.8.2-.2.6-.2.8 0L8 8.6l3.8-4.5c.2-.2.6-.2.9 0z" style="fill:#06f"/>
  235.        </svg>
  236.        <span>Your Privacy Choices</span>
  237.    </a>
  238.  
  239.        </noscript>
  240.        <nav aria-label="Microsoft corporate links">
  241.            <ul class="c-list f-bare" >
  242.                                <li  id="c-uhff-footer_sitemap">
  243.                    <a class="c-uhff-link" href="https://www.microsoft.com/en-us/sitemap1.aspx" data-mscc-ic="false" >Sitemap</a>
  244.                </li>
  245.                <li  id="c-uhff-footer_contactus">
  246.                    <a class="c-uhff-link" href="https://support.microsoft.com/en-us/contactus" data-mscc-ic="false" >Contact us</a>
  247.                </li>
  248.                <li  id="c-uhff-footer_privacyandcookies">
  249.                    <a class="c-uhff-link" href="https://go.microsoft.com/fwlink/?LinkId=521839" data-mscc-ic="false" >Privacy</a>
  250.                </li>
  251.                <li class=" x-hidden" id="c-uhff-footer_managecookies">
  252.                    <a class="c-uhff-link" href="#" data-mscc-ic="false" >Manage cookies</a>
  253.                </li>
  254.                <li  id="c-uhff-footer_microsoftservicesagreement">
  255.                    <a class="c-uhff-link" href="http://go.microsoft.com/fwlink/?LinkID=246338" data-mscc-ic="false" >Terms of use</a>
  256.                </li>
  257.                <li  id="c-uhff-footer_trademarks">
  258.                    <a class="c-uhff-link" href="https://www.microsoft.com/trademarks" data-mscc-ic="false" >Trademarks</a>
  259.                </li>
  260.                <li  id="c-uhff-footer_aboutourads">
  261.                    <a class="c-uhff-link" href="https://choice.microsoft.com" data-mscc-ic="false" >About our ads</a>
  262.                </li>
  263.                <li  id="c-uhff-footer_eea_contract">
  264.                    <a class="c-uhff-link" href="https://www.skype.com/en/legal/ee-communications-code" data-mscc-ic="false" >EU Contract Summary</a>
  265.                </li>
  266.                <li  id="c-uhff-footer_legal">
  267.                    <a class="c-uhff-link" href="https://www.skype.com/en/legal/" data-mscc-ic="false" >Legal</a>
  268.                </li>
  269.  
  270.                <li>&#169; Microsoft 2024</li>
  271.                
  272.            </ul>
  273.        </nav>
  274.    </div>
  275.    
  276. </footer>
  277.  
  278. <script id="uhf-footer-ccpa">
  279.    const globalPrivacyControlEnabled = navigator.globalPrivacyControl;
  280.  
  281.    const GPC_DataSharingOptIn = (globalPrivacyControlEnabled) ? false : checkThirdPartyAdsOptOutCookie();
  282.  
  283.    function checkThirdPartyAdsOptOutCookie() {
  284.        try {
  285.            const ThirdPartyAdsOptOutCookieName = '3PAdsOptOut';
  286.            var cookieValue = getCookie(ThirdPartyAdsOptOutCookieName);
  287.            return cookieValue != 1;
  288.        } catch {
  289.            return true;
  290.        }
  291.    }
  292.  
  293.    function getCookie(cookieName) {
  294.        var cookieValue = document.cookie.match('(^|;)\\s*' + cookieName + '\\s*=\\s*([^;]+)');
  295.        return (cookieValue) ? cookieValue[2] : '';
  296.    }
  297. </script>
  298.  
  299.  
  300.  
  301.  
  302.  
  303.    </div>
  304.        </div>
  305.  
  306.    </div>
  307.   <!-- [JAVASCRIPT-FOOTER][START] -->  <script> require(["scom/pages/tx"]); </script>   <!-- UHF Scripts --> <script src="https://wcpstatic.microsoft.com/mscc/lib/v2/wcp-consent.js"></script><script src="https://secure.skypeassets.com/3rdparty-onerfstatics/marketingsites-neu-prod/shell/_scrf/js/themes=default/d6-d6e6df/89-746ba4/df-3feeb0/f5-14aef8/bd-f5f332/27-13b2c3/e9-07937b/33-b505e5/fa-7a47db/6e-e2d05f/74-0b2d48/88-5b9b75/1b-240b37/4e-8e1a50/c2-370434/6f-bf5d0f/ea-315ddf/2e-e273bf/17-02d9ee/cf-2a93c7/c0-2ffa80/77-785548/48-4f52bb/3c-6c8ad0/3a-0d7cd3/5f-7d882b/c1-621df2/38-e8e647/17-c82a09/85-bd536d/44-776362/f8-86938e/61-951d1b/39-3d9dc2/81-96da47/ec-e44e19/6c-7627b9?ver=2.0&_cf=20210618&iife=1"></script> <!-- [start] A/B Tests --> <script type="text/javascript"> function TrackABTestsFromCookies() { var delimiterCharacter = ";"; var decodedCookie = decodeURIComponent(document.cookie); var pairs = decodedCookie.split(";"); var testData = { expId: "", variationId: "" }; for (var i = 0; i <pairs.length; i++) { var pair = pairs[i].split("="); pair[0] = pair[0].trim(); if (/^mvt/.test(pair[0])) { pair[1] = pair[1].replace(/[^A-Za-z0-9]/g, ''); if (pair[1]) { testData.expId += pair[0] + delimiterCharacter; testData.variationId += pair[1] + delimiterCharacter; } } } if(testData.variationId) TrackABTest(testData); } function TrackABTest(testData) { var overrideValues = { actionType: "A", behavior: "EXPERIMENTATION", content: JSON.stringify({}), pageTags: { expid: testData.expId, variationid: testData.variationId, expstatus: "active" } }; owap.captureContentUpdate(overrideValues); } $(document).ready(function() { TrackABTestsFromCookies(); }); </script> <!-- [end] A/B Tests -->  <script type="text/javascript"> require(["apollo/tracking"], function (tracking) { try { var pageName = "static/blogs"; tracking.setupTracking(); tracking.trackAllElementImpressions(); tracking.trackPageImpression(pageName); } catch (e) { } }); </script>      </body> </html>
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda