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

Method decryptStream

app/utils/e2ee.ts:223–229  ·  view source on GitHub ↗
(inStream: ReadableStream, outStream: WritableStream)

Source from the content-addressed store, hash-verified

221 }
222
223 decryptStream(inStream: ReadableStream, outStream: WritableStream) {
224 this.worker.postMessage({
225 type: 'decryptStream',
226 in: inStream,
227 out: outStream,
228 })
229 }
230
231 handleOutgoingEvents(onMessage: (data: string) => void) {
232 this.worker.addEventListener('message', (event) => {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected