[−][src]Module skyway_webrtc_gateway_api::prelude
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 misuse of Peer. |
Traits
SerializableSocket | This trait is for serializing SocketInfo to JSON. |