6 lines
138 B
TypeScript
6 lines
138 B
TypeScript
|
export type VideoConferenceEndpoints = {
|
||
|
'video-conference/jitsi.update-timeout': {
|
||
|
POST: (params: { roomId: string }) => void;
|
||
|
};
|
||
|
};
|