✨(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:
committed by
aleb_the_flash
parent
9c840a4e06
commit
d3178eff5d
@@ -14,6 +14,7 @@ export type ApiRoom = {
|
||||
id: string
|
||||
name: string
|
||||
slug: string
|
||||
pin_code: string
|
||||
is_administrable: boolean
|
||||
access_level: ApiAccessLevel
|
||||
livekit?: ApiLiveKit
|
||||
|
||||
Reference in New Issue
Block a user