(backend) serialize room pin code for frontend access

Add pin code to API response to enable frontend display of room access
codes. UI implementation will follow in upcoming commits.
This commit is contained in:
lebaudantoine
2025-07-01 17:58:52 +02:00
committed by aleb_the_flash
parent 9c840a4e06
commit d3178eff5d
3 changed files with 14 additions and 2 deletions

View File

@@ -14,6 +14,7 @@ export type ApiRoom = {
id: string
name: string
slug: string
pin_code: string
is_administrable: boolean
access_level: ApiAccessLevel
livekit?: ApiLiveKit