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

Interface MuteUserButtonProps

app/components/MuteUserButton.tsx:12–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10import { Tooltip } from './Tooltip'
11
12interface MuteUserButtonProps {
13 displayType?: ButtonProps['displayType']
14 mutedDisplayType?: ButtonProps['displayType']
15 user: User
16}
17
18export const MuteUserButton: FC<MuteUserButtonProps> = ({
19 user,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected