MCPcopy Create free account
hub / github.com/cloudflare/meet / userLeftNotification

Method userLeftNotification

app/durableObjects/ChatRoom.server.ts:607–612  ·  view source on GitHub ↗
(id: string)

Source from the content-addressed store, hash-verified

605 }
606
607 userLeftNotification(id: string) {
608 this.broadcastMessage({
609 type: 'userLeftNotification',
610 id,
611 })
612 }
613
614 async cleanupOldConnections() {
615 const meetingId = await this.getMeetingId()

Callers 2

onMessageMethod · 0.95
cleanupOldConnectionsMethod · 0.95

Calls 1

broadcastMessageMethod · 0.95

Tested by

no test coverage detected