Crate cyberdeck[][src]

Structs

A cheaply cloneable and sliceable chunk of contiguous memory.

DataChannelMessage represents a message received from the data channel. IsString will be set to true if the incoming message is of the string type. Otherwise the message is of a binary type.

DataChannel represents a WebRTC DataChannel The DataChannel interface represents a network channel which can be used for bidirectional peer-to-peer transfers of arbitrary data

DataChannelConfig can be used to configure properties of the underlying channel such as data reliability.

Enums

DataChannelState indicates the state of a data channel.

PeerConnectionState indicates the state of the PeerConnection.