Provides access to Steam broadcasts.
NOTE: This is a Service interface, methods in this interface should be called with the
input_json parameter.
For more info on how to use the Steamworks Web API please see the
Web API Overview.
PostGameDataFrame
POST https://partner.steam-api.com/IBroadcastService/PostGameDataFrame/v1/
| Name | Type | Required | Description |
| key | string | ✔ | Steamworks Web API publisher authentication key. |
| appid | uint32 | ✔ | |
| steamid | uint64 | ✔ | |
| broadcast_id | uint64 | ✔ | |
| frame_data | string | ✔ | |
Add a game meta data frame to broadcast
NOTE: This call requires a publisher API key to use this method. As such this API
MUST be called from a secure server, and can never be used directly by clients!