* feat: RECORDING_TRANSCRIPTION_READY webhook * refactor: split into diff files and restructuring * feat: finish batch processor finished * chore: types * fix: type error * chore: change name of triggger * test: add unit test * fix: type * fix: type err * chore: test * feat: add booking reference repository and other imp * chore: log * fix: import * chore: type error * fix: update test * fix: test * fix: test * fix: add timeout * chore: move beforeEach * Mock missing env variables to test. These vars are not set in CI --------- Co-authored-by: Hariom <hariombalhara@gmail.com>
3 lines
160 B
TypeScript
3 lines
160 B
TypeScript
export { default as VideoApiAdapter } from "./VideoApiAdapter";
|
|
export { getRoomNameFromRecordingId, getBatchProcessorJobAccessLink } from "./VideoApiAdapter";
|