const ConnectionStatus = { DISCONNECTED: 0, CONNECTED: 1, NEW_SESSION_OPENED: 2, KICKED: 3 }