Live video on the AT Protocol
fork

Configure Feed

Select the types of activity you want to include in your feed.

at eli/embedded-rtmp-server 5 lines 187 B view raw
1export interface AQStorage { 2 getItem: (key: string) => Promise<string | null>; 3 setItem: (key: string, value: string) => Promise<void>; 4 removeItem: (key: string) => Promise<void>; 5}