StreamingSessionStream

A stream is an active connection to a streaming session, enabling a studio user to control the streaming session using a compatible client. Streaming session streams are compatible with the NICE DCV web client, included in the Nimble Studio portal, or the NICE DCV desktop client.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The ISO timestamp in seconds for when the resource was created.

Link copied to clipboard

The user ID of the user that created the streaming session stream.

Link copied to clipboard

The ISO timestamp in seconds for when the resource expires.

Link copied to clipboard

The user ID of the user that owns the streaming session. The user that owns the session will be logging into the session and interacting with the virtual workstation.

Link copied to clipboard

The current state.

Link copied to clipboard

The streaming session stream status code.

Link copied to clipboard

The stream ID.

Link copied to clipboard
val url: String?

The URL to connect to this stream using the DCV client.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String