Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration QUALITY_TYPE

Network quality types.

Index

Enumeration members

QUALITY_BAD

QUALITY_BAD: = 4

4: Users cannot communicate smoothly.

QUALITY_DETECTING

QUALITY_DETECTING: = 8

8: Detecting the network quality.

QUALITY_DOWN

QUALITY_DOWN: = 6

6: The network is down and users cannot communicate at all.

QUALITY_EXCELLENT

QUALITY_EXCELLENT: = 1

1: The network quality is excellent.

QUALITY_GOOD

QUALITY_GOOD: = 2

2: The network quality is quite good, but the bitrate may be slightly lower than excellent.

QUALITY_POOR

QUALITY_POOR: = 3

3: Users can feel the communication slightly impaired.

QUALITY_UNKNOWN

QUALITY_UNKNOWN: = 0

0: The network quality is unknown.

QUALITY_UNSUPPORTED

QUALITY_UNSUPPORTED: = 7

7: Users cannot detect the network quality. (Not in use.)

QUALITY_VBAD

QUALITY_VBAD: = 5

5: The network is so bad that users can barely communicate.

Generated using TypeDoc