@fishjam-cloud/react-native-client - v0.19.0
    Preparing search index...

    Type Alias SimulcastConfig

    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 SimulcastConfig = {
        enabled: boolean;
    }
    Index

    Properties

    Properties

    enabled: boolean

    whether to simulcast track or not. By default simulcast is disabled.