Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cloudflare/meet
/ functions
Functions
416 in github.com/cloudflare/meet
⨍
Functions
416
◇
Types & classes
85
Function
Portal
({ container: _container, ...rest }: React.ComponentProps<typeof RadixDialog.Portal>)
app/components/Dialog.tsx:60
Function
PullAudioTracks
({ audioTracks, children, })
app/components/PullAudioTracks.tsx:12
Function
RaiseHandButton
({ raisedHand, onClick, })
app/components/RaiseHandButton.tsx:12
Function
RecordAiVoiceActivity
(props: { user: User recordActivity: (user: User) => void })
app/components/RecordAiVoiceActivity.tsx:6
Function
RemoveAiButton
()
app/components/AiButton.tsx:9
Function
ReportBugDialog
({ onOpenChange })
app/components/ReportBugDialog.tsx:22
Function
ReportBugForm
()
app/components/ReportBugDialog.tsx:35
Function
Room
({ room, userMedia }: RoomProps)
app/routes/_room.tsx:127
Function
Room
()
app/routes/_room.$roomName.room.tsx:58
Function
RoomPreparation
(props: { micDeviceId?: string cameraDeviceId?: string })
app/routes/_room.tsx:95
Function
RoomWithPermissions
()
app/routes/_room.tsx:66
Function
SafetyNumberToast
(props: { safetyNumber: string })
app/components/SafetyNumberToast.tsx:5
Function
ScreenshareButton
()
app/components/ScreenshareButton.tsx:10
Function
SetUsername
()
app/routes/set-username.tsx:22
Function
SetUsername
()
app/routes/call-quality-feedback.tsx:32
Function
SettingsButton
()
app/components/SettingsDialog.tsx:25
Function
SettingsDialog
({ onOpenChange, open, children, })
app/components/SettingsDialog.tsx:39
Function
Toggle
({ className, ...rest })
app/components/Toggle.tsx:5
Function
Tooltip
({ children, content, open, onOpenChange, })
app/components/Tooltip.tsx:11
Function
UserJoinedOrLeftToast
(props: { user: User; type: 'joined' | 'left' })
app/hooks/useUserJoinLeaveToasts.tsx:10
Function
UserListItem
({ user, audioTrack })
app/components/ParticipantsMenu.tsx:20
Function
VideoInputSelector
({ 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
Function
action
({ request })
app/routes/_index.tsx:22
Function
action
({ context }: ActionFunctionArgs)
app/routes/api.reportRefresh.tsx:6
Function
action
({ request }: ActionFunctionArgs)
app/routes/set-username.tsx:10
Function
action
({ request, context }: ActionFunctionArgs)
app/routes/api.bugReport.tsx:16
Function
action
({ request, context }: ActionFunctionArgs)
app/routes/call-quality-feedback.tsx:15
Function
action
({ request, context }: ActionFunctionArgs)
app/routes/api.deadTrack.tsx:16
Method
alarm
()
app/durableObjects/ChatRoom.server.ts:655
Function
blackCanvasStreamTrack
(videoTrack?: MediaStreamTrack)
app/utils/blackCanvasStreamTrack.ts:3
Function
blurVideoTrack
( originalVideoStreamTrack: MediaStreamTrack )
app/utils/blurVideoTrack.ts:22
Method
calculateAudioFrameVAD
(pcmFrame)
public/noise/noise-suppressor-worklet.esm.js:538
Method
calculateAudioFrameVAD
(pcmFrame)
public/noise/noise-suppressor-worklet.umd.js:546
Method
calculateAudioFrameVAD
(A)
public/noise/noise-suppressor-worklet.min.js:342
Function
cb0
(arg0, arg1)
public/e2ee/wasm-pkg/orange_mls_worker.js:404
Method
constructor
(wasmInterface)
public/noise/noise-suppressor-worklet.esm.js:502
Method
constructor
(processor, denoiseSampleSize)
public/noise/noise-suppressor-worklet.esm.js:563
Method
constructor
()
public/noise/noise-suppressor-worklet.esm.js:620
Method
constructor
(wasmInterface)
public/noise/noise-suppressor-worklet.umd.js:510
Method
constructor
(processor, denoiseSampleSize)
public/noise/noise-suppressor-worklet.umd.js:571
Method
constructor
()
public/noise/noise-suppressor-worklet.umd.js:628
Method
constructor
(A)
public/noise/noise-suppressor-worklet.min.js:314
Method
constructor
(A, g)
public/noise/noise-suppressor-worklet.min.js:361
Method
constructor
()
public/noise/noise-suppressor-worklet.min.js:417
Method
constructor
(limit: number = Infinity)
app/utils/History.ts:5
Method
constructor
(config: { id: string })
app/utils/e2ee.ts:108
Method
constructor
()
app/utils/Peer.utils.ts:7
Method
constructor
(batchSizeLimit: number = DefaultBatchSizeLimit)
app/utils/Peer.utils.ts:28
Method
constructor
( sessionId: string, headers: any, endpoint: string, apiExtraParams?: string, meetingId?: string )
app/utils/openai.server.ts:29
Method
constructor
*
app/utils/ewma.ts:34
Method
constructor
(ctx: DurableObjectState, env: Env)
app/durableObjects/ChatRoom.server.ts:44
Function
debounce
( callback: Callback, wait: number )
app/utils/debounce.ts:1
Function
debugTap
(message: string)
app/utils/rxjs/debug.ts:3
Method
decryptStream
(inStream: ReadableStream, outStream: WritableStream)
app/utils/e2ee.ts:223
Function
decrypt_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
Function
encrypt_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
Function
getAvailableOutboundEstimate$
( peerConnection$: Observable<RTCPeerConnection> )
app/utils/rxjs/getAvailableOutgoingBitrate$.ts:4
Method
getRequiredPCMFrequency
()
public/noise/noise-suppressor-worklet.esm.js:528
Method
getRequiredPCMFrequency
()
public/noise/noise-suppressor-worklet.umd.js:536
Method
getRequiredPCMFrequency
()
public/noise/noise-suppressor-worklet.min.js:336
Function
getScreenshare$
({ contentHint }: { contentHint: string })
app/utils/rxjs/getScreenshare$.ts:4
Function
getServerSnapshot
()
app/hooks/useIsOnline.ts:7
Function
getSnapshot
()
app/hooks/useIsOnline.ts:3
Function
handleHistory
()
app/hooks/useRoomHistory.ts:29
Function
handleRequest
( request: Request, responseStatusCode: number, responseHeaders: Headers, remixContext: EntryContext )
app/entry.server.tsx:6
Function
handler
()
app/hooks/useVideoDimensions.ts:10
Function
handler
(e: KeyboardEvent)
app/hooks/useShowDebugInfoShortcut.ts:8
Function
iceConnectionStateChangeHandler
()
app/hooks/usePeerConnection.tsx:26
Function
initSync
(module)
public/e2ee/wasm-pkg/orange_mls_worker.js:634
Function
isNonNullable
( value: T | null | undefined )
app/utils/isNonNullable.ts:1
Function
keepTrying
(fn: () => Promise<T>)
app/utils/keepTrying.ts:1
Function
keyInObject
( obj: T, key: keyof any )
app/utils/keyInObject.ts:1
Function
links
()
app/root.tsx:83
Function
loadWorker
( handleEvents: (message: MessagesFromE2eeWorker) => void )
app/utils/e2ee.ts:34
Function
loader
({ request, context }: LoaderFunctionArgs)
app/routes/parties.rooms.$roomName.$.tsx:8
Function
loader
({ request, context }: LoaderFunctionArgs)
app/routes/_room.$roomName._index.tsx:23
Function
loader
({ request, context }: LoaderFunctionArgs)
app/routes/_index.tsx:14
Function
loader
({ context }: LoaderFunctionArgs)
app/routes/_room.tsx:34
Function
loader
({ request }: LoaderFunctionArgs)
app/routes/new.tsx:4
Function
loader
()
app/routes/[site.webmanifest].tsx:3
Function
loader
({ request, context }: LoaderFunctionArgs)
app/routes/_room.$roomName.room.tsx:38
Function
meta
()
app/root.tsx:77
Function
multi_pending
()
rust-mls-worker/src/mls_ops.rs:987
Method
new
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
Function
noiseSuppression
( originalAudioStreamTrack: MediaStreamTrack )
app/utils/noiseSuppression.ts:6
Function
normal_join_leave
()
rust-mls-worker/src/mls_ops.rs:956
Function
notImplemented
()
server.ts:23
Function
onBeforeUnload
()
app/hooks/useRoom.ts:61
Method
onClose
( connection: Connection, code: number, reason: string, wasClean: boolean )
app/durableObjects/ChatRoom.server.ts:250
Method
onConnect
( connection: Connection<User>, ctx: ConnectionContext )
app/durableObjects/ChatRoom.server.ts:68
Method
onError
(connection: Connection, error: unknown)
app/durableObjects/ChatRoom.server.ts:571
Function
onKeyDown
(e: KeyboardEvent)
app/components/AiPushToTalkButton.tsx:35
Function
onKeyUp
(e: KeyboardEvent)
app/components/AiPushToTalkButton.tsx:41
Method
onMessage
( connection: Connection<User>, message: WSMessage )
app/durableObjects/ChatRoom.server.ts:267
← previous
next →
301–400 of 416, ranked by callers