@stinkycomputing/sesame-api-client 1.4.1-alpha.11 → 1.4.1-alpha.12

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/index.mjs CHANGED
@@ -22331,9 +22331,6 @@ var StatusApi = class {
22331
22331
  async getIODevices() {
22332
22332
  return this.rpc.service.requestIODeviceList(new sesame.v1.common.Empty());
22333
22333
  }
22334
- async requestKeyframe(outputId) {
22335
- await this.rpc.service.requestKeyframe({ id: outputId });
22336
- }
22337
22334
  };
22338
22335
 
22339
22336
  // src/recorder-api.ts
@@ -22564,6 +22561,9 @@ var SesameClient = class extends EventEmitter3 {
22564
22561
  getService() {
22565
22562
  return this.rpc;
22566
22563
  }
22564
+ async requestKeyframe(outputId) {
22565
+ await this.rpc.service.requestKeyframe({ id: outputId });
22566
+ }
22567
22567
  async execute(cl) {
22568
22568
  cl.filterCreatedAndDestroyedSources();
22569
22569
  if (cl.getCommandListMsg().commandList.length > 0) {