Ir para o conteúdo principal Aprenda a tirar o máximo proveito dos transceptores de IA agents, Microsoft 365 Copilot e outros. Junte-se a nós na Conferência da Comunidade Microsoft 365, de 21 a 23 de abril.
Saber mais

Como a AEG usa Microsoft Teams para apoiar funcionários, parceiros e eventos em todo o mundo

Sessão 3Episódio 6Lançado em 18 de maio de 2021

Em todo o mundo, as arenas estão vazias e as salas de concerto estão silenciosas. A pandemia de COVID-19 colocou em espera os esportes, shows e apresentações que os fãs adoram. Mas a AEG, uma das principais empresas mundiais de esportes e entretenimento ao vivo, está mantendo os negócios em movimento neste momento de crise usando Microsoft Teams.

Bill Martin

Bill Martin

AEG em todo o mundo

A 8ª temporada de Inside Microsoft Teams está aqui

Estamos entusiasmados em trazer a você um conteúdo ainda mais aprofundado! Nesta temporada, iremos nos aprofundar nos temas mais relevantes, incluindo o futuro do trabalho e o papel da IA, com foco especial no Microsoft 365 Copilot. Continuaremos trazendo entrevistas de especialistas com as pessoas que estão construindo os produtos, incluindo membros de nossas equipes de produto e engenharia. Junte-se a nós enquanto exploramos os mais recentes desenvolvimentos e inovações no mundo do Microsoft Teams.

Assista ao último episódio Assista no YouTube
Como a AEG usa o Microsoft Teams para apoiar funcionários, parceiros e eventos em todo o mundo (Por dentro do Microsoft Teams)
const placeholder = document.createElement('div'); placeholder.className = 'youtube-consent-placeholder'; placeholder.dataset.src = iframe.src; placeholder.style.width = iframe.style.width || '100%'; placeholder.style.height = iframe.style.height || '315px'; placeholder.style.background = "#000"; placeholder.style.display = "flex"; placeholder.style.alignItems = "center"; placeholder.style.justifyContent = "center"; placeholder.style.color = "#fff"; placeholder.innerText = message; iframe.replaceWith(placeholder); deferredYouTubeEmbeds.push(placeholder); }); } function loadYouTubeEmbeds() { deferredYouTubeEmbeds.forEach(placeholder => { const iframe = document.createElement('iframe'); iframe.src = placeholder.dataset.src; iframe.setAttribute('allowfullscreen', ''); iframe.setAttribute('frameborder', '0'); iframe.setAttribute('loading', 'lazy'); iframe.style.width = placeholder.style.width; iframe.style.height = placeholder.style.height; placeholder.replaceWith(iframe); }); deferredYouTubeEmbeds = []; } function onConsentChanged(categoryPreferences) { console.log("🍪 Consent changed:", categoryPreferences); if (categoryPreferences?.Marketing || categoryPreferences?.SocialMedia) { loadYouTubeEmbeds(); } } function initConsentAndYouTube() { WcpConsent.init( locale, bannerId, function (err, siteConsent) { if (err) { console.error("❌ MSCC init error:", err); return; } window._wcpConsent = siteConsent; // 👈 CRITICAL for the link to work // ✅ This ensures the Manage Cookies link will work window._wcpConsent = siteConsent; const consent = siteConsent.getConsent(); console.log("✅ MSCC initialized. Current consent:", consent); if (consent?.Marketing || consent?.SocialMedia) { loadYouTubeEmbeds(); } else { deferYouTubeEmbeds(); } }, onConsentChanged, WcpConsent.themes.light, "test-nonce", { forceShowBanner: true, siteBehavior: { enableAutoConsent: false, allowImplicitConsent: false }, fallbackBehavior: { waitForConsent: true, defaultConsent: { Required: false, Analytics: false, SocialMedia: false, Marketing: false, Advertising: false } } } ); } document.addEventListener("DOMContentLoaded", () => { const waitForMSCC = setInterval(() => { if (window.WcpConsent?.init) { clearInterval(waitForMSCC); initConsentAndYouTube(); } }, 100); }); })();