Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 1.33 KB

WebInput.md

File metadata and controls

17 lines (14 loc) · 1.33 KB

# WebInput

Properties

Name Type Description Notes
id string Unique identifier for the Web Input. [optional]
created_at string Time the Web Input was created, defined as a Unix timestamp (seconds since epoch). [optional]
url string The URL for the Web Input to load. [optional]
auto_launch bool When set to `true` the Web Input will automatically launch and start streaming immediately after creation [optional]
live_stream_id string The Live Stream ID to broadcast this Web Input to [optional]
status string [optional]
passthrough string Arbitrary metadata that will be included in the Web Input details and related webhooks. Can be used to store your own ID for the Web Input. Max: 255 characters. [optional]
resolution string The resolution of the viewport of the Web Input's browser instance. Defaults to 1920x1080 if not set. [optional] [default to RESOLUTION__1920X1080]
timeout int The number of seconds that the Web Input should stream for before automatically shutting down. [optional] [default to 3600]

[Back to Model list] [Back to API list] [Back to README]