Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface HtmlResponseOptions<TData>

Type parameters

  • TData: JsonObject

Hierarchy

  • HtmlResponseOptions

Properties

Properties

Optional data

data: TData

Communicate the following JSON object to the web app.

Alias of updatedState

Alias of updatedState

Optional suppress

suppress: undefined | false | true

Configure if the mic is closed after this html response.

Alias of suppressMic

Alias of suppressMic

Optional url

url: undefined | string

The url of the web app.

Generated using TypeDoc