CHANNELS is the data channel used for negotiating new channels. This is the first channel that is opened. The ID of the channel should be 0.
from enum value: CHANNELS = 0;
CONNECTIONS is the data channel used for negotiating new connections. This is a channel that is opened for each incoming connection from a client. The ID should start at 0 and be incremented for each new connection.
from enum value: CONNECTIONS = 1;
Generated using TypeDoc
DataChannel are the data channels used when communicating over ICE with a node.
Generated
from enum v1.DataChannel