@runloop/remote-agents-sdk
    Preparing search index...

    Type Alias RemoteControlStatusChangedNotification

    Current remote-control connection status and remote identity exposed to clients.

    type RemoteControlStatusChangedNotification = {
        environmentId: string | null;
        installationId: string;
        serverName: string;
        status: RemoteControlConnectionStatus;
    }
    Index

    Properties

    environmentId: string | null
    installationId: string
    serverName: string