Crate interceptor[][src]

Modules

Traits

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.

RTCPReader is used by Interceptor.bind_rtcpreader.

RTCPWriter is used by Interceptor.bind_rtcpwriter.

RTPReader is used by Interceptor.bind_remote_stream.

RTPWriter is used by Interceptor.bind_local_stream.

Type Definitions

Attributes are a generic key/value store used by interceptors

RTCPReaderFn is an adapter for RTCPReader interface

RTCPWriterFn is an adapter for RTCPWriter interface

RTPReaderFn is an adapter for RTPReader interface

RTPWriterFn is an adapter for RTPWrite interface