jiti-meet/react/features/base/premeeting/constants.js

9 lines
130 B
JavaScript

// @flow
export const CONNECTION_TYPE = {
GOOD: 'good',
NON_OPTIMAL: 'nonOptimal',
NONE: 'none',
POOR: 'poor'
};