Modules§
Structs§
Enums§
Traits§
- Interceptor
- Interceptor can be used to add functionality to you PeerConnections by modifying any incoming/outgoing rtp/rtcp packets, or sending your own packets as needed.
- Interceptor
Builder - InterceptorBuilder provides an interface for constructing interceptors
- RTCP
Reader - RTCPReader is used by Interceptor.bind_rtcpreader.
- RTCP
Writer - RTCPWriter is used by Interceptor.bind_rtcpwriter.
- RTPReader
- RTPReader is used by Interceptor.bind_remote_stream.
- RTPWriter
- RTPWriter is used by Interceptor.bind_local_stream.
Type Aliases§
- Attributes
- Attributes are a generic key/value store used by interceptors
- RTCP
Reader BoxFn - RTCP
Writer BoxFn - RTPReader
BoxFn - RTPWriter
BoxFn