MCPcopy Index your code
hub / github.com/screego/server / SettingDialogProps

Interface SettingDialogProps

ui/src/SettingDialog.tsx:23–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21import {NumberField} from './NumberField';
22
23export interface SettingDialogProps {
24 open: boolean;
25 setOpen: (open: boolean) => void;
26 updateName: (s: string) => void;
27 saveSettings: (s: Settings) => void;
28}
29
30const getAvailableCodecs = (): PreferredCodec[] => {
31 if ('getCapabilities' in RTCRtpSender) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected