Crate cyberdeck

Source

Structs§

Bytes
A cheaply cloneable and sliceable chunk of contiguous memory.
Configuration
DataChannelMessage
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.
Peer
RTCDataChannel
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
RTCDataChannelInit
DataChannelConfig can be used to configure properties of the underlying channel such as data reliability.

Enums§

PeerEvent
RTCDataChannelState
DataChannelState indicates the state of a data channel.
RTCPeerConnectionState
PeerConnectionState indicates the state of the PeerConnection.

Type Aliases§

DataChannel