constants.js 90 B

123456
  1. export const THROTTLE_TIME = 500;
  2. export const MEDIA_TYPE = {
  3. AUDIO: 1,
  4. VIDEO: 2,
  5. };