MCPcopy Index your code
hub / github.com/NativeScript/SimDeck / stopSimulatorScreenRecording

Function stopSimulatorScreenRecording

packages/client/src/api/controls.ts:181–191  ·  view source on GitHub ↗
(
  udid: string,
  recordingId: string,
)

Source from the content-addressed store, hash-verified

179}
180
181export function stopSimulatorScreenRecording(
182 udid: string,
183 recordingId: string,
184): Promise<Blob> {
185 return fetchSimulatorBlob(
186 `/api/simulators/${encodeURIComponent(udid)}/screen-recording/${encodeURIComponent(recordingId)}/stop`,
187 {
188 method: "POST",
189 },
190 );
191}

Callers 1

toggleSimulatorRecordingFunction · 0.90

Calls 1

fetchSimulatorBlobFunction · 0.85

Tested by

no test coverage detected