Enumeration ConnectionDisconnectedReasonConst

Reason for the disconnection.

Enumeration Members

CHANNEL_BANNED: "CHANNEL_BANNED"

The channel is banned.

IP_BANNED: "IP_BANNED"

The IP is banned.

LEAVE: "LEAVE"

The user has left the channel.

NETWORK_ERROR: "NETWORK_ERROR"

The network is down, and cannot recover after retry.

SERVER_ERROR: "SERVER_ERROR"

The server returns an error. This is usually caused by incorrect parameter settings.

UID_BANNED: "UID_BANNED"

The user is banned.

Generated using TypeDoc