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

Interface Settings

ui/src/settings.ts:36–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34};
35
36export interface Settings {
37 name?: string;
38 displayMode: VideoDisplayMode;
39 preferCodec?: PreferredCodec;
40 framerate: number;
41}
42export interface PreferredCodec {
43 mimeType: string;
44 sdpFmtpLine?: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected