MCPcopy Create free account
hub / github.com/TRPGEngine/Client / UserSetting

Interface UserSetting

src/rtc/settingManager.ts:6–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4const DEVICES_KEY = 'rtc:devices';
5
6interface UserSetting {
7 displayName: string;
8}
9interface DevicesSetting {
10 webcamEnabled: boolean;
11}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected