mirror of
https://github.com/Monadical-SAS/reflector.git
synced 2026-04-25 06:35:18 +00:00
feat: full livekit pipeline
This commit is contained in:
4
www/app/reflector-api.d.ts
vendored
4
www/app/reflector-api.d.ts
vendored
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user