package
0.0.1
Repository: https://github.com/asticode/interceptor.git
Documentation: pkg.go.dev

# Functions

NewInterceptor returns a new CC interceptor factory.

# Structs

Interceptor implements Google Congestion Control.
InterceptorFactory is a factory for CC interceptors.

# Interfaces

BandwidthEstimator is the interface that will be returned by a NewPeerConnectionCallback and can be used to query current bandwidth metrics and add feedback manually.

# Type aliases

BandwidthEstimatorFactory creates new BandwidthEstimators.
NewPeerConnectionCallback returns the BandwidthEstimator for the PeerConnection with id.
Option can be used to set initial options on CC interceptors.