Type Alias: SimulcastConfig
SimulcastConfig:
object
Defined in: packages/react-native-client/src/types.ts:15
A type describing simulcast configuration.
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 resolution scaled down by 2 and 4 respectively.
Type declaration
enabled
enabled:
boolean
whether to simulcast track or not. By default simulcast is disabled.