mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2026-05-19 18:47:47 +00:00
9 lines
166 B
TypeScript
9 lines
166 B
TypeScript
export const CONNECTION_TYPE = {
|
|
FAILED: 'failed',
|
|
GOOD: 'good',
|
|
NON_OPTIMAL: 'nonOptimal',
|
|
NONE: 'none',
|
|
POOR: 'poor',
|
|
RUNNING: 'running'
|
|
};
|