@stinkycomputing/sesame-api-client 1.4.1-alpha.0 → 1.4.1-alpha.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/browser.mjs CHANGED
@@ -21290,7 +21290,8 @@ var CommandList = class {
21290
21290
  encoded: this.buildOutputEncodedConfig(cfg.encodedConfig),
21291
21291
  filename: cfg.recorderConfig.filename,
21292
21292
  sizeGb: cfg.recorderConfig.sizeGb,
21293
- groupId: cfg.recorderConfig.groupId
21293
+ groupId: cfg.recorderConfig.groupId,
21294
+ recorderType: cfg.recorderConfig.type
21294
21295
  };
21295
21296
  break;
21296
21297
  case sesame.v1.outputs.OutputType.OUTPUT_TYPE_ENCODED_SUPER_SLOWMO_RECORDER:
@@ -21300,7 +21301,8 @@ var CommandList = class {
21300
21301
  encoded: this.buildOutputEncodedConfig(cfg.encodedConfig),
21301
21302
  filename: cfg.recorderConfig.filename,
21302
21303
  sizeGb: cfg.recorderConfig.sizeGb,
21303
- groupId: cfg.recorderConfig.groupId
21304
+ groupId: cfg.recorderConfig.groupId,
21305
+ recorderType: cfg.recorderConfig.type
21304
21306
  };
21305
21307
  break;
21306
21308
  case sesame.v1.outputs.OutputType.OUTPUT_TYPE_SYSTEM_AUDIO: