The namespace used by the Guacamole JavaScript API. Absolutely all classes
defined by the Guacamole JavaScript API will be within this namespace.
- Source:
Classes
- ArrayBufferReader
- ArrayBufferWriter
- AudioPlayer
- AudioRecorder
- BlobReader
- BlobWriter
- ChainedTunnel
- Client
- DataURIReader
- Display
- Event
- HTTPTunnel
- InputSink
- InputStream
- IntegerPool
- JSONReader
- Keyboard
- Layer
- Mouse
- Object
- OnScreenKeyboard
- OutputStream
- Parser
- Position
- RawAudioFormat
- RawAudioPlayer
- RawAudioRecorder
- SessionRecording
- StaticHTTPTunnel
- Status
- StringReader
- StringWriter
- Touch
- Tunnel
- UTF8Parser
- VideoPlayer
- WebSocketTunnel
Namespaces
Members
(static, non-null) API_VERSION :string
The unique ID of this version of the Guacamole JavaScript API. This ID will
be the version string of the guacamole-common-js Maven project, and can be
used in downstream applications as a sanity check that the proper version
of the APIs is being used (in case an older version is cached, for example).
Type:
- string
- Source: