export interface RoomAccess { appId: string; roomName: string; userId: string; expireAt: number; permission: string; }