CONNECT_ICE indicates that the node should connect to other nodes via ICE.
from enum value: CONNECT_ICE = 1;
CONNECT_LIBP2P indicates that the node should connect to other nodes via libp2p.
from enum value: CONNECT_LIBP2P = 2;
CONNECT_NATIVE indicates that the node should connect to other nodes via the native webmesh mechanisms.
from enum value: CONNECT_NATIVE = 0;
Generated using TypeDoc
ConnectProtocol is a type of protocol for establishing a connection into a mesh.
Generated
from enum v1.ConnectProtocol