Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cloudflare/meet
/ initializeAndCreateGroup
Method
initializeAndCreateGroup
app/utils/e2ee.ts:121–123 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
119
}
120
121
initializeAndCreateGroup() {
122
this.worker.postMessage({
type
:
'initializeAndCreateGroup'
, id: this.id })
123
}
124
125
userJoined(keyPkg: Uint8Array) {
126
this.worker.postMessage({
type
:
'userJoined'
, keyPkg })
Callers
1
useE2EE
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected