(ctx context.Context, req StopDesktopRecordingRequest)
| 134 | ExecuteDesktopAction(ctx context.Context, action DesktopAction) (DesktopActionResponse, error) |
| 135 | StartDesktopRecording(ctx context.Context, req StartDesktopRecordingRequest) error |
| 136 | StopDesktopRecording(ctx context.Context, req StopDesktopRecordingRequest) (StopDesktopRecordingResponse, error) |
| 137 | } |
| 138 | |
| 139 | // AgentConn represents a connection to a workspace agent. |
no outgoing calls