MCPcopy Create free account

hub / github.com/cloudflare/meet / functions

Functions416 in github.com/cloudflare/meet

↓ 1 callersFunctionnew_state
Acquires the global state, clears it, and generates a new identity
rust-mls-worker/src/mls_ops.rs:545
↓ 1 callersFunctionnew_state_and_start_group
Acquires the global state, clears it, generates a new identity, and starts a new MLS group
rust-mls-worker/src/mls_ops.rs:566
↓ 1 callersMethodonNewSafetyNumber
(handler: (safetyNumber: Uint8Array) => void)
app/utils/e2ee.ts:261
↓ 1 callersFunctionpostRun
()
public/noise/noise-suppressor-worklet.esm.js:140
↓ 1 callersFunctionpostRun
()
public/noise/noise-suppressor-worklet.umd.js:145
↓ 1 callersFunctionpreRun
()
public/noise/noise-suppressor-worklet.esm.js:125
↓ 1 callersFunctionpreRun
()
public/noise/noise-suppressor-worklet.umd.js:130
↓ 1 callersFunctionprocessEvent
(event: Object)
rust-mls-worker/src/lib.rs:61
↓ 1 callersMethodqueue_response
Unpacks the given worker response and adds it to the message queue. Ordering is (welcome, add), (welcome, add), ..., remove
rust-mls-worker/src/mls_ops.rs:772
↓ 1 callersFunctionreceiveInstance
(instance, module)
public/noise/noise-suppressor-worklet.esm.js:262
↓ 1 callersFunctionreceiveInstance
(instance, module)
public/noise/noise-suppressor-worklet.umd.js:270
↓ 1 callersMethodreceiveMlsMessage
(msg: Uint8Array, senderId: string)
app/utils/e2ee.ts:142
↓ 1 callersMethodreceiveMlsWelcome
(senderId: string, welcome: Uint8Array, rtree: Uint8Array)
app/utils/e2ee.ts:133
↓ 1 callersFunctionremixHandler
(request: Request, env: AppLoadContext)
server.ts:19
↓ 1 callersFunctionremoveRunDependency
(id)
public/noise/noise-suppressor-worklet.esm.js:174
↓ 1 callersFunctionremoveRunDependency
(id)
public/noise/noise-suppressor-worklet.umd.js:179
↓ 1 callersFunctionremove_user
Acquires the global state and removes the given user by their UID
rust-mls-worker/src/mls_ops.rs:629
↓ 1 callersFunctionrequestDevices
()
app/hooks/useMediaDevices.ts:14
↓ 1 callersFunctionrequestOpenAIService
( offer: SessionDescription, openAiKey: string, openAiModelEndpoint: string, searchParams?: URLSearchParam
app/utils/openai.server.ts:134
↓ 1 callersFunctionresolveMainClient
(event)
public/mockServiceWorker.js:155
↓ 1 callersFunctionrespondWithMock
(response)
public/mockServiceWorker.js:267
↓ 1 callersFunctionsendUserUpdate
()
app/hooks/useBroadcastStatus.ts:62
↓ 1 callersFunctionsetFalse
()
app/components/AiPushToTalkButton.tsx:29
↓ 1 callersFunctionsetTrue
()
app/components/AiPushToTalkButton.tsx:23
↓ 1 callersFunctionsetUsername
( username: string, request: Request, returnUrl: string = '/' )
app/utils/getUsername.server.ts:5
↓ 1 callersFunctionset_frame_data
Given an `RtcEncodedAudioFrame` or `RtcEncodedVideoFrame` and a bytestring, sets frame's bytestring
rust-mls-worker/src/lib.rs:32
↓ 1 callersMethodsetupReceiverTransform
(receiver: RTCRtpReceiver)
app/utils/e2ee.ts:187
↓ 1 callersMethodsetupSenderTransform
(sender: RTCRtpSender)
app/utils/e2ee.ts:152
↓ 1 callersMethodstartEffect
* Applies effect that uses a {@code NoiseSuppressor} service initialized with {@code RnnoiseProcessor} * for denoising. * * @param {MediaStream}
app/utils/noiseSuppression.ts:63
↓ 1 callersFunctionstatsReports$
( peerConnection$: Observable<RTCPeerConnection>, statReportInterval = 3000 )
app/utils/rxjs/getPacketLoss$.ts:9
↓ 1 callersMethodstopEffect
* Clean up resources acquired by noise suppressor and rnnoise processor. * * @returns {void}
app/utils/noiseSuppression.ts:108
↓ 1 callersFunctiont
(A)
public/noise/noise-suppressor-worklet.min.js:135
↓ 1 callersFunctiontick
()
app/utils/blurVideoTrack.ts:76
↓ 1 callersFunctiontick
()
app/utils/monitorAudioLevel.ts:31
↓ 1 callersFunctiontoggle
()
app/components/MicButton.tsx:29
↓ 1 callersFunctiontoggle
()
app/components/CameraButton.tsx:24
↓ 1 callersMethodtrackPeakUserCount
()
app/durableObjects/ChatRoom.server.ts:113
↓ 1 callersFunctiontrackRefreshes
()
app/routes/_room.$roomName._index.tsx:30
↓ 1 callersFunctiontryToGetDimensions
(videoStreamTrack?: MediaStreamTrack)
app/routes/_room.tsx:113
↓ 1 callersMethoduid_as_str
(&self)
rust-mls-worker/src/mls_ops.rs:152
↓ 1 callersFunctionuseBlurVideo
()
app/hooks/useUserMedia.ts:44
↓ 1 callersFunctionuseBroadcastStatus
({ userMedia, identity, websocket, partyTracks, pushedTracks, raisedHand, speaking, }: Config)
app/hooks/useBroadcastStatus.ts:21
↓ 1 callersFunctionuseButtonIsHeldDown
({ key, disabled, }: { key: string disabled: boolean })
app/components/AiPushToTalkButton.tsx:10
↓ 1 callersFunctionuseCopyToClipboard
(delay = 2000)
app/hooks/useCopyToClipboard.tsx:3
↓ 1 callersFunctionuseE2EE
({ enabled = false, room, partyTracks, }: { enabled?: boolean partyTracks: PartyTracks room: ReturnType<
app/utils/e2ee.ts:296
↓ 1 callersFunctionuseIsOnline
()
app/hooks/useIsOnline.ts:20
↓ 1 callersFunctionuseNoiseSuppression
()
app/hooks/useUserMedia.ts:29
↓ 1 callersFunctionusePeerConnection
(config: PartyTracksConfig)
app/hooks/usePeerConnection.tsx:12
↓ 1 callersFunctionusePulledAudioTracks
()
app/components/PullAudioTracks.tsx:43
↓ 1 callersFunctionusePulledVideoTrack
( video: string | undefined, preferredRid?: string )
app/hooks/usePulledVideoTrack.tsx:7
↓ 1 callersFunctionuseRoom
({ roomName, userMedia, }: { roomName: string userMedia: UserMedia })
app/hooks/useRoom.ts:7
↓ 1 callersFunctionuseRoomHistory
( partyTracks: PartyTracks, room: ReturnType<typeof useRoom> )
app/hooks/useRoomHistory.ts:17
↓ 1 callersFunctionuseScreenshare
()
app/hooks/useUserMedia.ts:56
↓ 1 callersFunctionuseShowDebugInfoShortcut
()
app/hooks/useShowDebugInfoShortcut.ts:4
↓ 1 callersFunctionuseSounds
(users: User[])
app/hooks/useSounds.ts:6
↓ 1 callersFunctionuseStageManager
( users: User[], limit: number, self?: User )
app/hooks/useStageManager.ts:41
↓ 1 callersFunctionuseStats
()
app/components/HighPacketLossWarningsToast.tsx:9
↓ 1 callersFunctionuseUserJoinLeaveToasts
(users: User[])
app/hooks/useUserJoinLeaveToasts.tsx:37
↓ 1 callersFunctionuseUserMedia
(options: { micDeviceId?: string cameraDeviceId?: string })
app/hooks/useUserMedia.ts:79
↓ 1 callersFunctionuseVideoDimensions
(ref: RefObject<HTMLVideoElement>)
app/hooks/useVideoDimensions.ts:3
↓ 1 callersMethoduserJoined
(keyPkg: Uint8Array)
app/utils/e2ee.ts:125
↓ 1 callersMethoduserLeft
(id: string)
app/utils/e2ee.ts:129
↓ 1 callersFunctionwelcome_out_to_in
Converts a WelcomePackageOut to a WelcomePackageIn
rust-mls-worker/src/mls_ops.rs:707
FunctionActions
({ children, className, })
app/components/AlertDialog.tsx:80
FunctionAiButton
(props: { recordActivity: (user: User) => void })
app/components/AiButton.tsx:28
FunctionAiPushToTalkButtion
()
app/components/AiPushToTalkButton.tsx:66
FunctionApp
()
app/root.tsx:192
FunctionAudioGlow
({ audioTrack, children, className, type, })
app/components/AudioGlow.tsx:12
FunctionAudioIndicator
({ audioTrack })
app/components/AudioIndicator.tsx:9
FunctionAudioInputSelector
({ id })
app/components/AudioInputSelector.tsx:7
FunctionAudioStream
({ tracksToPull, onTrackAdded, onTrackRemoved, })
app/components/AudioStream.tsx:13
FunctionAudioTrack
({ mediaStream, track, onTrackAdded, onTrackRemoved, }: { mediaStream: MediaStream track: string onTrac
app/components/AudioStream.tsx:61
FunctionCameraButton
({ onClick, ...rest })
app/components/CameraButton.tsx:12
FunctionCheckbox
({ className, ...rest })
app/components/Checkbox.tsx:6
FunctionConnectionIndicator
(props: { quality: ConnectionQuality })
app/components/ConnectionIndicator.tsx:15
FunctionDialogClose
()
app/components/Dialog.tsx:46
FunctionDisclaimer
({ className })
app/components/Disclaimer.tsx:8
FunctionDocument
({ children })
app/root.tsx:118
FunctionEnsureOnline
(props: EnsureOnlineProps)
app/components/EnsureOnline.tsx:9
FunctionEnsurePermissions
(props: EnsurePermissionsProps)
app/components/EnsurePermissions.tsx:23
FunctionErrorBoundary
()
app/root.tsx:177
FunctionHighPacketLossWarningsToast
()
app/components/HighPacketLossWarningsToast.tsx:23
FunctionHoverFade
({ timeout = 2000, children, className, })
app/components/HoverFade.tsx:11
FunctionIceDisconnectedToast
()
app/components/IceDisconnectedToast.tsx:6
FunctionIcon
({ type, className, ...rest })
app/components/Icon/Icon.tsx:75
FunctionIndex
()
app/routes/_index.tsx:28
FunctionInviteAiDialog
(props: { children?: ReactNode })
app/components/InviteAiDialog.tsx:19
FunctionJoinedRoom
({ bugReportsEnabled }: { bugReportsEnabled: boolean })
app/routes/_room.$roomName.room.tsx:80
FunctionLeaveRoomButton
({ navigateToFeedbackPage, meetingId, })
app/components/LeaveRoomButton.tsx:13
FunctionLobby
()
app/routes/_room.$roomName._index.tsx:48
FunctionMicButton
({ onClick, warnWhenSpeakingWhileMuted, ...rest })
app/components/MicButton.tsx:18
FunctionMicrophoneSlashIcon
( props )
app/components/Icon/custom/MicrophoneSlashIcon.tsx:3
FunctionMuteUserButton
({ user, displayType = 'secondary', mutedDisplayType = 'danger', })
app/components/MuteUserButton.tsx:18
FunctionNotificationToastsProvider
(props: { children?: ReactNode })
app/components/Toast.tsx:29
FunctionOptionalLink
({ children, className, href, ...rest }: ComponentProps<'a'>)
app/components/OptionalLink.tsx:4
FunctionOtherUser
({ user })
app/components/ParticipantsMenu.tsx:57
FunctionOverflowMenu
({ bugReportsEnabled })
app/components/OverflowMenu.tsx:17
FunctionParticipantLayout
({ users, gap, aspectRatio, }: { users: User[] gap: number aspectRatio: string })
app/components/ParticipantLayout.tsx:8
FunctionParticipantsButton
({ className, ...rest })
app/components/ParticipantsMenu.tsx:77
FunctionParticipantsDialog
({ children, otherUsers, identity, open, onOpenChange, })
app/components/ParticipantsMenu.tsx:94
← previousnext →201–300 of 416, ranked by callers