Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
4
const
DEVICES_KEY =
'rtc:devices'
;
5
6
interface
UserSetting {
7
displayName: string;
8
}
9
interface
DevicesSetting {
10
webcamEnabled: boolean;
11
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected