Hierarchy

  • RemoteControlClientServerConfig

Properties

idleTimeoutInSeconds: number

Default: -1

How many seconds of user inactivity until the connection to the website will be removed, a value of 0 means that there will be no limit, a value of -1 means that the server will handle this based upon the server configuration.

remoteControl.clientServer.idleTimeoutInSeconds

sessionDurationInSeconds: number

Default: -1

How many seconds an active connection to the website may be open, a value of 0 means that there will be no limit, a value of -1 means that the server will handle this based upon the server configuration.

remoteControl.clientServer.sessionDurationInSeconds

sessionEndedUrl: string

URL to which the website will navigate after the connection has been disconnected, a value of an empty string means that no navigation occours, a value of null means that the server will handle this based upon the server configuration.

remoteControl.clientServer.sessionEndedUrl

Generated using TypeDoc