mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2026-05-16 01:27:47 +00:00
7 lines
120 B
TypeScript
7 lines
120 B
TypeScript
export const CONNECTION_TYPE = {
|
|
GOOD: 'good',
|
|
NON_OPTIMAL: 'nonOptimal',
|
|
NONE: 'none',
|
|
POOR: 'poor'
|
|
};
|