Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SimulcastConfig

Simulcast configuration passed to addTrack.

At the moment, simulcast track is initialized in three versions - low, medium and high. High resolution is the original track resolution, while medium and low resolutions are the original track resoultion scaled down by 2 and 4 respectively.

Hierarchy

  • SimulcastConfig

Index

Properties

active_encodings

active_encodings: TrackEncoding[]

List of initially active encodings.

Encoding that is not present in this list might still be enabled using enableTrackEncoding.

enabled

enabled: boolean

Whether to simulcast track or not.

Generated using TypeDoc