MCPcopy Create free account

hub / github.com/cloudflare/meet / functions

Functions416 in github.com/cloudflare/meet

FunctionPortal
({ container: _container, ...rest }: React.ComponentProps<typeof RadixDialog.Portal>)
app/components/Dialog.tsx:60
FunctionPullAudioTracks
({ audioTracks, children, })
app/components/PullAudioTracks.tsx:12
FunctionRaiseHandButton
({ raisedHand, onClick, })
app/components/RaiseHandButton.tsx:12
FunctionRecordAiVoiceActivity
(props: { user: User recordActivity: (user: User) => void })
app/components/RecordAiVoiceActivity.tsx:6
FunctionRemoveAiButton
()
app/components/AiButton.tsx:9
FunctionReportBugDialog
({ onOpenChange })
app/components/ReportBugDialog.tsx:22
FunctionReportBugForm
()
app/components/ReportBugDialog.tsx:35
FunctionRoom
({ room, userMedia }: RoomProps)
app/routes/_room.tsx:127
FunctionRoom
()
app/routes/_room.$roomName.room.tsx:58
FunctionRoomPreparation
(props: { micDeviceId?: string cameraDeviceId?: string })
app/routes/_room.tsx:95
FunctionRoomWithPermissions
()
app/routes/_room.tsx:66
FunctionSafetyNumberToast
(props: { safetyNumber: string })
app/components/SafetyNumberToast.tsx:5
FunctionScreenshareButton
()
app/components/ScreenshareButton.tsx:10
FunctionSetUsername
()
app/routes/set-username.tsx:22
FunctionSetUsername
()
app/routes/call-quality-feedback.tsx:32
FunctionSettingsButton
()
app/components/SettingsDialog.tsx:25
FunctionSettingsDialog
({ onOpenChange, open, children, })
app/components/SettingsDialog.tsx:39
FunctionToggle
({ className, ...rest })
app/components/Toggle.tsx:5
FunctionTooltip
({ children, content, open, onOpenChange, })
app/components/Tooltip.tsx:11
FunctionUserJoinedOrLeftToast
(props: { user: User; type: 'joined' | 'left' })
app/hooks/useUserJoinLeaveToasts.tsx:10
FunctionUserListItem
({ user, audioTrack })
app/components/ParticipantsMenu.tsx:20
FunctionVideoInputSelector
({ id })
app/components/VideoInputSelector.tsx:7
Function__wbg_adapter_30
(arg0, arg1, arg2)
public/e2ee/wasm-pkg/orange_mls_worker.js:225
Function__wbg_init
(module_or_path)
public/e2ee/wasm-pkg/orange_mls_worker.js:659
Function_emscripten_memcpy_big
(dest, src, num)
public/noise/noise-suppressor-worklet.esm.js:310
Function_emscripten_memcpy_big
(dest, src, num)
public/noise/noise-suppressor-worklet.umd.js:318
Function_emscripten_resize_heap
(requestedSize)
public/noise/noise-suppressor-worklet.esm.js:326
Function_emscripten_resize_heap
(requestedSize)
public/noise/noise-suppressor-worklet.umd.js:334
Functionaction
({ request })
app/routes/_index.tsx:22
Functionaction
({ context }: ActionFunctionArgs)
app/routes/api.reportRefresh.tsx:6
Functionaction
({ request }: ActionFunctionArgs)
app/routes/set-username.tsx:10
Functionaction
({ request, context }: ActionFunctionArgs)
app/routes/api.bugReport.tsx:16
Functionaction
({ request, context }: ActionFunctionArgs)
app/routes/call-quality-feedback.tsx:15
Functionaction
({ request, context }: ActionFunctionArgs)
app/routes/api.deadTrack.tsx:16
Methodalarm
()
app/durableObjects/ChatRoom.server.ts:655
FunctionblackCanvasStreamTrack
(videoTrack?: MediaStreamTrack)
app/utils/blackCanvasStreamTrack.ts:3
FunctionblurVideoTrack
( originalVideoStreamTrack: MediaStreamTrack )
app/utils/blurVideoTrack.ts:22
MethodcalculateAudioFrameVAD
(pcmFrame)
public/noise/noise-suppressor-worklet.esm.js:538
MethodcalculateAudioFrameVAD
(pcmFrame)
public/noise/noise-suppressor-worklet.umd.js:546
MethodcalculateAudioFrameVAD
(A)
public/noise/noise-suppressor-worklet.min.js:342
Functioncb0
(arg0, arg1)
public/e2ee/wasm-pkg/orange_mls_worker.js:404
Methodconstructor
(wasmInterface)
public/noise/noise-suppressor-worklet.esm.js:502
Methodconstructor
(processor, denoiseSampleSize)
public/noise/noise-suppressor-worklet.esm.js:563
Methodconstructor
()
public/noise/noise-suppressor-worklet.esm.js:620
Methodconstructor
(wasmInterface)
public/noise/noise-suppressor-worklet.umd.js:510
Methodconstructor
(processor, denoiseSampleSize)
public/noise/noise-suppressor-worklet.umd.js:571
Methodconstructor
()
public/noise/noise-suppressor-worklet.umd.js:628
Methodconstructor
(A)
public/noise/noise-suppressor-worklet.min.js:314
Methodconstructor
(A, g)
public/noise/noise-suppressor-worklet.min.js:361
Methodconstructor
()
public/noise/noise-suppressor-worklet.min.js:417
Methodconstructor
(limit: number = Infinity)
app/utils/History.ts:5
Methodconstructor
(config: { id: string })
app/utils/e2ee.ts:108
Methodconstructor
()
app/utils/Peer.utils.ts:7
Methodconstructor
(batchSizeLimit: number = DefaultBatchSizeLimit)
app/utils/Peer.utils.ts:28
Methodconstructor
( sessionId: string, headers: any, endpoint: string, apiExtraParams?: string, meetingId?: string )
app/utils/openai.server.ts:29
Methodconstructor
*
app/utils/ewma.ts:34
Methodconstructor
(ctx: DurableObjectState, env: Env)
app/durableObjects/ChatRoom.server.ts:44
Functiondebounce
( callback: Callback, wait: number )
app/utils/debounce.ts:1
FunctiondebugTap
(message: string)
app/utils/rxjs/debug.ts:3
MethoddecryptStream
(inStream: ReadableStream, outStream: WritableStream)
app/utils/e2ee.ts:223
Functiondecrypt_msg
Acquires the global state and attempts to decrypt the given MLS application message. On failure, returns the empty vector.
rust-mls-worker/src/mls_ops.rs:603
Functionencrypt_msg
Acquires the global state and encrypts the message if the MLS group exists. If not, returns all 0s with the length of `msg`
rust-mls-worker/src/mls_ops.rs:590
FunctiongetAvailableOutboundEstimate$
( peerConnection$: Observable<RTCPeerConnection> )
app/utils/rxjs/getAvailableOutgoingBitrate$.ts:4
MethodgetRequiredPCMFrequency
()
public/noise/noise-suppressor-worklet.esm.js:528
MethodgetRequiredPCMFrequency
()
public/noise/noise-suppressor-worklet.umd.js:536
MethodgetRequiredPCMFrequency
()
public/noise/noise-suppressor-worklet.min.js:336
FunctiongetScreenshare$
({ contentHint }: { contentHint: string })
app/utils/rxjs/getScreenshare$.ts:4
FunctiongetServerSnapshot
()
app/hooks/useIsOnline.ts:7
FunctiongetSnapshot
()
app/hooks/useIsOnline.ts:3
FunctionhandleHistory
()
app/hooks/useRoomHistory.ts:29
FunctionhandleRequest
( request: Request, responseStatusCode: number, responseHeaders: Headers, remixContext: EntryContext )
app/entry.server.tsx:6
Functionhandler
()
app/hooks/useVideoDimensions.ts:10
Functionhandler
(e: KeyboardEvent)
app/hooks/useShowDebugInfoShortcut.ts:8
FunctioniceConnectionStateChangeHandler
()
app/hooks/usePeerConnection.tsx:26
FunctioninitSync
(module)
public/e2ee/wasm-pkg/orange_mls_worker.js:634
FunctionisNonNullable
( value: T | null | undefined )
app/utils/isNonNullable.ts:1
FunctionkeepTrying
(fn: () => Promise<T>)
app/utils/keepTrying.ts:1
FunctionkeyInObject
( obj: T, key: keyof any )
app/utils/keyInObject.ts:1
Functionlinks
()
app/root.tsx:83
FunctionloadWorker
( handleEvents: (message: MessagesFromE2eeWorker) => void )
app/utils/e2ee.ts:34
Functionloader
({ request, context }: LoaderFunctionArgs)
app/routes/parties.rooms.$roomName.$.tsx:8
Functionloader
({ request, context }: LoaderFunctionArgs)
app/routes/_room.$roomName._index.tsx:23
Functionloader
({ request, context }: LoaderFunctionArgs)
app/routes/_index.tsx:14
Functionloader
({ context }: LoaderFunctionArgs)
app/routes/_room.tsx:34
Functionloader
({ request }: LoaderFunctionArgs)
app/routes/new.tsx:4
Functionloader
()
app/routes/[site.webmanifest].tsx:3
Functionloader
({ request, context }: LoaderFunctionArgs)
app/routes/_room.$roomName.room.tsx:38
Functionmeta
()
app/root.tsx:77
Functionmulti_pending
()
rust-mls-worker/src/mls_ops.rs:987
Methodnew
Initializes MLS state with a unique identifier for this user. Also returns the freshly generated key package of this user. This MUST be executed befor
rust-mls-worker/src/mls_ops.rs:96
FunctionnoiseSuppression
( originalAudioStreamTrack: MediaStreamTrack )
app/utils/noiseSuppression.ts:6
Functionnormal_join_leave
()
rust-mls-worker/src/mls_ops.rs:956
FunctionnotImplemented
()
server.ts:23
FunctiononBeforeUnload
()
app/hooks/useRoom.ts:61
MethodonClose
( connection: Connection, code: number, reason: string, wasClean: boolean )
app/durableObjects/ChatRoom.server.ts:250
MethodonConnect
( connection: Connection<User>, ctx: ConnectionContext )
app/durableObjects/ChatRoom.server.ts:68
MethodonError
(connection: Connection, error: unknown)
app/durableObjects/ChatRoom.server.ts:571
FunctiononKeyDown
(e: KeyboardEvent)
app/components/AiPushToTalkButton.tsx:35
FunctiononKeyUp
(e: KeyboardEvent)
app/components/AiPushToTalkButton.tsx:41
MethodonMessage
( connection: Connection<User>, message: WSMessage )
app/durableObjects/ChatRoom.server.ts:267
← previousnext →301–400 of 416, ranked by callers