Skip to main content

recording_chunk

Function recording_chunk 

Source
pub async fn recording_chunk(
    __arg0: State<DevServerState>,
    headers: HeaderMap,
    body: Bytes,
) -> impl IntoResponse
Expand description

POST /rdesktop/agent/recording/chunk

Append one MediaRecorder Blob to the single .partial file. Chunks are serialized by the store so concurrent browser callbacks cannot interleave.