This commit is contained in:
@@ -119,6 +119,10 @@ export default defineSchema({
|
||||
isDeafened: v.boolean(),
|
||||
isScreenSharing: v.boolean(),
|
||||
isServerMuted: v.boolean(),
|
||||
// Webcam publish state — optional so existing rows still
|
||||
// validate. Undefined means "unknown / not reported yet",
|
||||
// which the UI treats the same as `false`.
|
||||
isCameraOn: v.optional(v.boolean()),
|
||||
watchingStream: v.optional(v.id("userProfiles")),
|
||||
lastHeartbeat: v.optional(v.number()),
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user