Microsoft builds a bouncer to keep bots out of Teams meetings
Allows ISVs to put their names on the door so desirable bots always get in
Opening excerpt (first ~120 words) tap to expand
(function() { let windowUrl = window.location.href; windowUrl = windowUrl.substring(windowUrl.indexOf('?') + 1); let messageElement = document.querySelector('.shareableMessage'); if (windowUrl && windowUrl.includes('code') && windowUrl.includes('expires')) { messageElement.style.display = 'block'; } })(); software Microsoft builds a bouncer to keep bots out of Teams meetings Allows ISVs to put their names on the door so desirable bots always get in Simon Sharwood Simon Sharwood APAC Editor Published tue 30 Jun 2026 // 07:11 UTC Microsoft has built a bouncer to keep bots out of Teams meetings.
…
Excerpt limited to ~120 words for fair-use compliance. The full article is at The Register.