@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.
@@ -22726,9 +22726,6 @@ var StatusApi = class {
22726
22726
  async getIODevices() {
22727
22727
  return this.rpc.service.requestIODeviceList(new sesame.v1.common.Empty());
22728
22728
  }
22729
- async requestKeyframe(outputId) {
22730
- await this.rpc.service.requestKeyframe({ id: outputId });
22731
- }
22732
22729
  };
22733
22730
 
22734
22731
  // src/recorder-api.ts
@@ -22959,6 +22956,9 @@ var SesameClient = class extends import_events3.EventEmitter {
22959
22956
  getService() {
22960
22957
  return this.rpc;
22961
22958
  }
22959
+ async requestKeyframe(outputId) {
22960
+ await this.rpc.service.requestKeyframe({ id: outputId });
22961
+ }
22962
22962
  async execute(cl) {
22963
22963
  cl.filterCreatedAndDestroyedSources();
22964
22964
  if (cl.getCommandListMsg().commandList.length > 0) {