Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cloudflare/meet
/ userLeft
Method
userLeft
app/utils/e2ee.ts:129–131 ·
view source on GitHub ↗
(id: string)
Source
from the content-addressed store, hash-verified
127
}
128
129
userLeft(id: string) {
130
this.worker.postMessage({
type
:
'userLeft'
, id })
131
}
132
133
receiveMlsWelcome(senderId: string, welcome: Uint8Array, rtree: Uint8Array) {
134
this.worker.postMessage({
Callers
1
handler
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected