跳到主要内容 了解如何充分利用 AI agents、Microsoft 365 Copilot 等产品。欢迎参加 4 月 21 日至 23 日举行的 Microsoft 365 社区大会。.
学到更多

新的协作设备:从 Teams Room 到 Surface Hub

第1季第 6 集2020 年 5 月 20 日发布

了解 Surface 和合作伙伴的现代设备以及 Teams 外围设备如何使您的员工能够进行协作、保持高效并安全地远程工作。

Sandhya Rao

桑迪亚拉奥

Microsoft

《Inside Microsoft Teams》第 8 季已上线

我们很高兴为您带来更深入的内容!本季,我们将深入探讨最相关的主题,包括工作的未来和人工智能的作用,并特别关注 Microsoft 365 Copilot。我们将继续为您带来对产品构建人员的专家访谈,包括我们的产品和工程团队的成员。加入我们,探索 Microsoft Teams 领域的最新发展和创新。

观看最新一集 在 YouTube 上观看
新的协作设备:从 Teams Rooms 到 Surface Hub(Microsoft Teams 内部)
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); }); })();