Skip to main content

start_recording

Function start_recording 

Source
pub async fn start_recording(
    __arg0: State<DevServerState>,
    request: Option<Json<RecordingStartRequest>>,
) -> impl IntoResponse
Expand description

POST /rdesktop/agent/recording/start

Start the single recording, or return the existing session when recording is already active. This is intentionally idempotent.