StopSessionRecordingResponse
The response received after stopping session recording
type StopSessionRecordingResponse {
success: Boolean
error: String
}
Fields
StopSessionRecordingResponse.success ● Boolean scalar
Whether the recording was successfully stopped and uploaded
StopSessionRecordingResponse.error ● String scalar
Error message if the operation failed
Returned By
stopSessionRecording mutation