Enumeration DataChannel

DataChannel are the data channels used when communicating over ICE with a node.

Generated

from enum v1.DataChannel

Enumeration Members

Enumeration Members

CHANNELS: 0

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.

Generated

from enum value: CHANNELS = 0;

CONNECTIONS: 1

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.

Generated

from enum value: CONNECTIONS = 1;

Generated using TypeDoc