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

Function startSimulatorScreenRecording

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

Source from the content-addressed store, hash-verified

168}
169
170export function startSimulatorScreenRecording(
171 udid: string,
172): Promise<ScreenRecordingStartResponse> {
173 return apiRequest<ScreenRecordingStartResponse>(
174 `/api/simulators/${encodeURIComponent(udid)}/screen-recording/start`,
175 {
176 method: "POST",
177 },
178 );
179}
180
181export function stopSimulatorScreenRecording(
182 udid: string,

Callers 1

toggleSimulatorRecordingFunction · 0.90

Calls 1

apiRequestFunction · 0.90

Tested by

no test coverage detected