跳到主要內容 了解如何充分利用 AI agents、Microsoft 365 Copilot 等產品。歡迎參加 4 月 21 日至 23 日舉行的 Microsoft 365 社區大會。.
學到更多

Enterprise Connect 2024 直播

第 8 季第 4 集發佈於 2024 年 3 月 28 日

了解 Enterprise Connect 2024 上發布的所有公告。

《Inside Microsoft Teams》第 8 季已上線

我們很高興為您帶來更深入的內容!本季,我們將深入探討最相關的主題,包括工作的未來和人工智慧的作用,並特別關注 Microsoft 365 Copilot。我們將繼續為您帶來對產品建構人員的專家訪談,包括我們的產品和工程團隊的成員。加入我們,探索 Microsoft Teams 領域的最新發展與創新。

觀看最新一集 在 YouTube 上觀看
Enterprise Connect 2024 上線(Microsoft Teams 內部)
deferredYouTubeEmbeds = []; function getYouTubeBlockMessage() { const el = document.getElementById("youtube-cookie-consent"); return el ? el.textContent.trim() : "YouTube video blocked until cookies accepted"; } function deferYouTubeEmbeds() { const message = getYouTubeBlockMessage(); document.querySelectorAll('iframe[src*="youtube"]').forEach(iframe => { 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); }); })();