Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

JitsiTranscriptionStatus.js 164B

12345678910111213
  1. /**
  2. * The transciption is on.
  3. *
  4. * @type {String}
  5. */
  6. export const ON = 'on';
  7. /**
  8. * The transciption is off.
  9. *
  10. * @type {String}
  11. */
  12. export const OFF = 'off';