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.

JitsiConnectionErrors.js 424B

12345678910111213141516
  1. /**
  2. * The errors for the connection.
  3. */
  4. /**
  5. * Indicates that a connection error occurred when trying to join a conference.
  6. */
  7. export const CONNECTION_ERROR = "connection.connectionError";
  8. /**
  9. * Not specified errors.
  10. */
  11. export const OTHER_ERROR = "connection.otherError";
  12. /**
  13. * Indicates that a password is required in order to join the conference.
  14. */
  15. export const PASSWORD_REQUIRED = "connection.passwordRequired";