NICE DCV Web UI SDK
A JavaScript React component library, currently exporting a single
React component called DCVViewer
which connects to the
NICE DCV Server and renders the toolbar to interact with the remote stream.
Exposes
Components
List
DCVViewer
The React component rendering the toolbar with all of its functionalities useful to interact with the remote stream.
Properties:
dcv
Name | Type | Required | Description | ||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
dcv
|
Object | Yes |
The object defining the properties necessary to establish the connection to
the NICE DCV Server, setting the log level and the URL from where to load the
NICE DCV Web Client SDK assets and access the DCV resources.
|
uiConfig
Name | Type | Required | Description | ||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
uiConfig
|
Object |
No (default: {} )
|
The object defining the properties to configure whether the toolbar
is visible and whether to display the fullscreen and multimonitor buttons on it.
|