Files
jitsi-meet/react/features/base/premeeting/constants.ts
Andrei Gavrilescu dd859d2a26 feat(premeeting): pre-join connection test (#15151)
* enable precall test

* minor fixes

* update lang sort

* code review
2024-10-22 11:20:30 +03:00

9 lines
166 B
TypeScript

export const CONNECTION_TYPE = {
FAILED: 'failed',
GOOD: 'good',
NON_OPTIMAL: 'nonOptimal',
NONE: 'none',
POOR: 'poor',
RUNNING: 'running'
};