Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

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";