Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 413 Bytes

ClientUpdatesConfig.md

File metadata and controls

17 lines (14 loc) · 413 Bytes

Client Updates Config

The remote client sends a ClientUpdatesConfigMessage to tell the Apple TV that it wants to receive specific updates.

include

CLIENT -> SERVER

type: CLIENT_UPDATES_CONFIG_MESSAGE
priority: 0
[clientUpdatesConfigMessage] {
  artworkUpdates: true
  nowPlayingUpdates: true
  volumeUpdates: false
  keyboardUpdates: true
}