Skip to content

place.stream.config.getEnv

Lexicon Version: 1

Type: query

Get client-facing environment configuration from the server.

Parameters: (None defined)

Output:

  • Encoding: application/json
  • Schema:

Schema Type: object

NameTypeReq’dDescriptionConstraints
playbackWorkerUrlstringURL of the Cloudflare playback router worker

{
"lexicon": 1,
"id": "place.stream.config.getEnv",
"defs": {
"main": {
"type": "query",
"description": "Get client-facing environment configuration from the server.",
"parameters": {
"type": "params",
"required": [],
"properties": {}
},
"output": {
"encoding": "application/json",
"schema": {
"type": "object",
"required": [],
"properties": {
"playbackWorkerUrl": {
"type": "string",
"description": "URL of the Cloudflare playback router worker"
}
}
}
},
"errors": []
}
}
}