ConnectionIdentifier
log: "PixelStreaming Instance is connected"warn: "2 PixelStreaming Instances is connected"// Getter, returning an array of WebSocketStates, of all ArcwarePixelStreaming Instances created.
// CONNECTING = 0, OPEN = 1, CLOSING = 2, CLOSED = 3
PixelStreaming.WebsocketStates
// Getter, returning number of instances in CONNECTING or OPEN state.
PixelStreaming.ActiveInstancesLast updated