place.stream.config.getEnv
Lexicon Version: 1
Definitions
Section titled “Definitions”Type: query
Get client-facing environment configuration from the server.
Parameters: (None defined)
Output:
- Encoding:
application/json - Schema:
Schema Type: object
| Name | Type | Req’d | Description | Constraints |
|---|---|---|---|---|
playbackWorkerUrl | string | ❌ | URL of the Cloudflare playback router worker |
Lexicon Source
Section titled “Lexicon Source”{ "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": [] } }}