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

Method initialize

app/utils/e2ee.ts:117–119  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

115 }
116
117 initialize() {
118 this.worker.postMessage({ type: 'initialize', id: this.id })
119 }
120
121 initializeAndCreateGroup() {
122 this.worker.postMessage({ type: 'initializeAndCreateGroup', id: this.id })

Callers 1

useE2EEFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected