feat: full livekit pipeline

This commit is contained in:
Juan
2026-04-01 19:34:57 -05:00
parent 6d84794e36
commit 240f0c9000
17 changed files with 1284 additions and 150 deletions

View File

@@ -3259,7 +3259,9 @@ export interface operations {
};
v1_rooms_join_meeting: {
parameters: {
query?: never;
query?: {
display_name?: string | null;
};
header?: never;
path: {
room_name: string;