Module prelude

Source
Expand description

A “prelude” for users of this crate.

Structs§

DataConnectionId
Identifier for DataConnection
DataId
Identifier for source socket of data
MediaConnectionId
Identifier for MediaConnection
MediaId
Identifier for source socket of media
PeerId
Identifier for PeerObject.
PeerInfo
Pair of PeerId and Token.
PhantomId
It’s just a dummy Id data returning None.
RtcpId
Identifier for source socket of rtcp
SocketInfo
There are several field which has some kind of id and SocketAddr.
Token
Token to avoid mesuse of Peer.

Traits§

SerializableId
This trait is for serializing ID to JSON.
SerializableSocket
This trait is for serializing SocketInfo to JSON.