/** * @internal */ export enum OpenViduEdition { CE = 'CE', PRO = 'PRO', ENTERPRISE = 'ENTERPRISE' }