SocketIOVersion public enum SocketIOVersion : Int The socket.io version being used. two socket.io 2, engine.io 3 Declaration Swift case two = 2 three socket.io 3, engine.io 4 Declaration Swift case three = 3