lib-jitsi-meet
    Preparing search index...

    Interface ICodecSelectionOptions

    Indexable

    • [connectionType: string]: {
          disableAV1DecodeForFF?: boolean;
          disabledCodec?: string;
          enableAV1ForFF?: boolean;
          preferenceOrder?: string[];
          preferredCodec?: string;
          screenshareCodec?: string;
      }
      • OptionaldisableAV1DecodeForFF?: boolean

        Removes AV1 from the codec list on Firefox so that it is not advertised and remote endpoints do not send it, unlike enableAV1ForFF which only changes what Firefox encodes.

      • OptionaldisabledCodec?: string
      • OptionalenableAV1ForFF?: boolean
      • OptionalpreferenceOrder?: string[]
      • OptionalpreferredCodec?: string
      • OptionalscreenshareCodec?: string