@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.cjs CHANGED
@@ -21334,7 +21334,8 @@ var CommandList = class {
21334
21334
  encoded: this.buildOutputEncodedConfig(cfg.encodedConfig),
21335
21335
  filename: cfg.recorderConfig.filename,
21336
21336
  sizeGb: cfg.recorderConfig.sizeGb,
21337
- groupId: cfg.recorderConfig.groupId
21337
+ groupId: cfg.recorderConfig.groupId,
21338
+ recorderType: cfg.recorderConfig.type
21338
21339
  };
21339
21340
  break;
21340
21341
  case sesame.v1.outputs.OutputType.OUTPUT_TYPE_ENCODED_SUPER_SLOWMO_RECORDER:
@@ -21344,7 +21345,8 @@ var CommandList = class {
21344
21345
  encoded: this.buildOutputEncodedConfig(cfg.encodedConfig),
21345
21346
  filename: cfg.recorderConfig.filename,
21346
21347
  sizeGb: cfg.recorderConfig.sizeGb,
21347
- groupId: cfg.recorderConfig.groupId
21348
+ groupId: cfg.recorderConfig.groupId,
21349
+ recorderType: cfg.recorderConfig.type
21348
21350
  };
21349
21351
  break;
21350
21352
  case sesame.v1.outputs.OutputType.OUTPUT_TYPE_SYSTEM_AUDIO: