pub fn register_default_interceptors(
    registry: Registry,
    media_engine: &mut MediaEngine
) -> Result<Registry>
Expand description

register_default_interceptors will register some useful interceptors. If you want to customize which interceptors are loaded, you should copy the code from this method and remove unwanted interceptors.