* feat: add session endpoint * fix: remove participant id * refactor; feedback * fix: e2e test * refactor: add pbac * refactor: use constant * tests: add booking tests * fix: conflicts * chore: test * fix: tests * fix: tests * chore: remove un necessary * chore: docs * fix: desc * fix: booking-pbac gurd * fix: booking-pbac gurd * test: add unit tests * fix: remove legacy pbac * fix: chore remove * fix: update tests * test: add more test * test: move it to new file * chore: comment auth * chore: add message * chore: add message --------- Co-authored-by: Morgan <33722304+ThyMinimalDev@users.noreply.github.com>
9 lines
326 B
TypeScript
9 lines
326 B
TypeScript
export {
|
|
getRecordingsOfCalVideoByRoomName,
|
|
getDownloadLinkOfCalVideoByRecordingId,
|
|
getAllTranscriptsAccessLinkFromRoomName,
|
|
getCalVideoMeetingSessionsByRoomName,
|
|
} from "@calcom/features/conferencing/lib/videoClient";
|
|
|
|
export type { CalMeetingParticipant, CalMeetingSession } from "@calcom/app-store/dailyvideo/zod";
|