Steamworks Documentation
IBroadcastService Interface
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/
NameTypeRequiredDescription
keystringSteamworks Web API publisher authentication key.
appiduint32
steamiduint64
broadcast_iduint64
frame_datastring

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!