Skip to content

Overlay Action

Topic
channel.overlay.action
Scope
overlays:read

The channel.overlay.action topic provides real-time updates when actions are performed on a channel’s overlay. This allows you to receive immediate notifications about specific actions taken on the overlay, such as pausing or resuming.

Parameter Type Description
data.action string The action performed (see Supported Actions)
Action Description
pause Pause the overlay queue
unpause Resume the overlay queue
mute Mute the overlay
unmute Unmute the overlay
skip Skip the current item
playNext Play the next item in the queue
emptyHypeCup Empty the Hype Cup
reload Reload the overlay
{
"id": "01J6VTDB25SX14GDBDFZWDX3M9",
"ts": "2024-09-03T11:30:39Z",
"type": "message",
"topic": "channel.overlay.action",
"room": "5ad23dcc18fff500d78c5348",
"data": {
"action": "pause"
}
}