// @flow /** * Expected supported recording types. JIBRI is known to support live streaming * whereas JIRECON is for recording. * * @type {Object} */ export const RECORDING_TYPES = { JIBRI: 'jibri', JIRECON: 'jirecon' };