@pureweb/platform-streaming-agent
Version:
The PureWeb platform streaming agent enables your game to communicate and stream through the PureWeb Platform
24 lines (23 loc) • 626 B
TypeScript
export declare enum ConnectionStates {
GRPC_READY = 0,
GRPC_CONNECTED = 1,
GRPC_DISCONNECTED = 2,
GRPC_TIMEOUT = 3,
LEASE_REQUESTING = 4,
LEASE_STOPPED = 5,
LEASE_DENIED = 6,
PEERS_EXITED = 7,
STREAMER_PORT_UNAVAILABLE = 8,
AGENT_RENDEZVOUS_MISSED = 9,
STREAMER_RENDEZVOUS_MISSED = 10,
AGENT_DISCONNECTED = 11,
INTERNAL_ERROR = 12,
STREAMER_CONNECTION_ERROR = 13,
STREAMER_DISCONNECTED = 14,
STREAMER_DUPLICATE_CONNECTION = 15,
PRESENCE_FAILURE = 16,
MAXIMUM_RUNTIME_REACHED = 17,
STANDBY_TIMEOUT = 18,
TERMINATED = 19,
CLAIMED_TIMOUT = 20
}