Options
All
  • Public
  • Public/Protected
  • All
Menu

Class RemoteRenderingClient

Package version

The client class used to interact with the App Configuration service.

Hierarchy

  • RemoteRenderingClient

Index

Constructors

constructor

  • Creates an instance of a RemoteRenderingClient.

    Parameters

    • endpoint: string

      The RemoteRendering endpoint to use.

    • accountId: string

      The Remote Rendering service account identifier.

    • accountDomain: string

      The Remote Rendering service account domain.

    • credential: AzureKeyCredential

      A token credential for authenticating the account with the Mixed Reality STS service.

    • Optional options: RemoteRenderingClientOptions

      Additional client options.

    Returns RemoteRenderingClient

  • Creates an instance of a RemoteRenderingClient.

    Parameters

    • endpoint: string

      The RemoteRendering endpoint to use.

    • accountId: string

      The Remote Rendering service account identifier.

    • accountDomain: string

      The Remote Rendering service account domain.

    • credential: TokenCredential

      A token credential for authenticating the account with the Mixed Reality STS service.

    • Optional options: RemoteRenderingClientOptions

      Additional client options.

    Returns RemoteRenderingClient

  • Creates an instance of a RemoteRenderingClient.

    Parameters

    • endpoint: string

      The RemoteRendering endpoint to use.

    • accountId: string

      The Remote Rendering service account identifier.

    • credential: AccessToken

      A token credential for authenticating the account with the Mixed Reality STS service.

    • Optional options: RemoteRenderingClientOptions

      Additional client options.

    Returns RemoteRenderingClient

Methods

beginConversion

beginSession

endSession

  • Stops a particular rendering session.

    Parameters

    • sessionId: string

      An ID uniquely identifying the rendering session for the given account. The ID is case sensitive, can contain any combination of alphanumeric characters including hyphens and underscores, and cannot contain more than 256 characters.

    • Optional options: EndSessionOptions

      The options parameters.

    Returns Promise<void>

getConversion

getSession

  • Gets the status of a particular session.

    Parameters

    • sessionId: string

      An ID uniquely identifying the session for the given account. The ID is case sensitive, can contain any combination of alphanumeric characters including hyphens and underscores, and cannot contain more than 256 characters.

    • Optional options: GetSessionOptions

      The options parameters.

    Returns Promise<RenderingSession>

listConversions

listSessions

updateSession

  • Updates the max lease time of a particular rendering session.

    Parameters

    • sessionId: string

      An ID uniquely identifying the rendering session for the given account. The ID is case sensitive, can contain any combination of alphanumeric characters including hyphens and underscores, and cannot contain more than 256 characters.

    • settings: UpdateSessionSettings
    • Optional options: UpdateSessionOptions

      The options parameters.

    Returns Promise<RenderingSession>

Generated using TypeDoc