Skip to content

Commit 35d648a

Browse files
committed
Add AI notetaker guidance to Zoom meeting guidelines
- Add new section on AI notetakers to zoom-guidelines.md - Recommend authentication enforcement, CAPTCHA, and waiting room - Removes need for domain/marketplace block list maintenance Fixes #9030
1 parent 9fada1c commit 35d648a

4 files changed

Lines changed: 25 additions & 3 deletions

File tree

communication/contributor-comms/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ The Contributor Comms subproject uses leadership roles to organize and delegate
2020
## Contact Us!
2121

2222
- Reach out to an individual above via Slack
23-
- Ping the whole team: Join our slack [#sig-contribex-comms](https://kubernetes.slack.com/archives/C03KT3SUJ20) or tag us @contributor-comms in [#sig-contribex](https://kubernetes.slack.com/archives/C1TU9EB9S) slack
23+
- Ping the whole team: Join our slack #sig-contribex-comms or tag us @contributor-comms in #sig-contribex slack
2424
- Tag us in an issue in [kubernetes/community] with the label [area/contributor-comms]
2525
- Set a marketing issue template in [kubernetes/community]
2626
- Follow us on @K8sContributors on [Twitter] and [Mastodon]

communication/zoom-guidelines.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,28 @@ guidance and training.
9393
[best practices doc] with screenshots going over the community Zoom best
9494
practices.
9595

96+
### AI notetakers
97+
98+
AI notetaker bots (such as Otter.ai, Fireflies.ai, Fathom, and Read.ai) should
99+
not be permitted on Kubernetes Zoom calls. Unauthorized third-party recording
100+
poses risks around consent, data exposure, and moderation.
101+
102+
The most effective defense is to prevent these bots from joining in the first
103+
place. Hosts should enable the following settings in the Zoom web portal:
104+
105+
- **Enforce authentication** — enable "Only authenticated users can join
106+
meetings" and restrict to Zoom sign-in. AI notetaker bots nearly always join
107+
as anonymous guests, so this setting stops them cold.
108+
- **Enable CAPTCHA for guest users** — provides a human-only barrier for the
109+
rare case where guest access is needed.
110+
- **Use the waiting room** — requires the host to manually admit each
111+
participant, making it impossible for automated bots to enter.
112+
113+
If an AI notetaker bot still gets through despite these safeguards, the host
114+
should remove the participant immediately using the **Remove** function and
115+
then **lock the meeting**. Report the incident to `@zoom-admins` in the
116+
`#sig-contribex` Slack channel.
117+
96118
### Escalating and Reporting a Problem
97119

98120
Issues that cannot be handled via normal moderation, or with the assistance of

sig-contributor-experience/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ Contributor Communications focuses on amplifying the success of Kubernetes contr
7878
- [kubernetes/community/communication/contributor-comms](https://github.com/kubernetes/community/blob/main/communication/contributor-comms/OWNERS)
7979
- **Meetings:**
8080
- Contributor Comms - Contributor Comms Team Meeting: [Fridays at 8:00 PT (Pacific Time)](https://zoom.us/j/596959769?pwd=TURBNlZPb3BEWVFmbWlCYXlMVVJiUT09) (weekly). [Convert to your timezone](http://www.thetimezoneconverter.com/?t=8%3A00&tz=PT%20%28Pacific%20Time%29).
81-
- [Meeting notes and Agenda](https://docs.google.com/document/d/1DUhWysUkwpIKKo_3A_sjDM8JVfQZs4NY8w6OKzzr1tE/edit?tab=t.0#heading=h.pmjoywrr4zet).
81+
- [Meeting notes and Agenda](https://docs.google.com/document/d/1K3vjCZ9C3LwYrOJOhztQtFuDQCe-urv-ewx1bI8IPVQ/edit?usp=sharing).
8282
- [Meeting recordings](https://www.youtube.com/playlist?list=PL69nYSiGNLP2x_48wbOPO0vXQgNTm_xxr).
8383
### contributors-documentation
8484
writes and maintains documentation around contributing to Kubernetes, including the Contributor's Guide, Developer's Guide, and contributor website.

sigs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1546,7 +1546,7 @@ sigs:
15461546
tz: PT (Pacific Time)
15471547
frequency: weekly
15481548
url: https://zoom.us/j/596959769?pwd=TURBNlZPb3BEWVFmbWlCYXlMVVJiUT09
1549-
archive_url: https://docs.google.com/document/d/1DUhWysUkwpIKKo_3A_sjDM8JVfQZs4NY8w6OKzzr1tE/edit?tab=t.0#heading=h.pmjoywrr4zet
1549+
archive_url: https://docs.google.com/document/d/1K3vjCZ9C3LwYrOJOhztQtFuDQCe-urv-ewx1bI8IPVQ/edit?usp=sharing
15501550
recordings_url: https://www.youtube.com/playlist?list=PL69nYSiGNLP2x_48wbOPO0vXQgNTm_xxr
15511551
- name: contributors-documentation
15521552
description: writes and maintains documentation around contributing to Kubernetes, including the Contributor's Guide, Developer's Guide, and contributor website.

0 commit comments

Comments
 (0)