Du kannst nicht mehr als 25 Themen auswählen
Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
| 12345678910111213141516 |
- /**
- * The errors for the connection.
- */
-
- /**
- * Indicates that a connection error occurred when trying to join a conference.
- */
- export const CONNECTION_ERROR = "connection.connectionError";
- /**
- * Not specified errors.
- */
- export const OTHER_ERROR = "connection.otherError";
- /**
- * Indicates that a password is required in order to join the conference.
- */
- export const PASSWORD_REQUIRED = "connection.passwordRequired";
|