Skip to content

TrackStuckEvent

The TrackStuckEvent is sent by the server to the client when a track stops providing audio data for longer than the internal threshold.


FieldTypeDescription
opstringAlways event
typestringAlways TrackStuckEvent
guildIdstringThe Discord guild ID
trackobjectThe Track that is stuck
thresholdMsnumberThe threshold in milliseconds that was exceeded

{
"op": "event",
"type": "TrackStuckEvent",
"guildId": "1234567890",
"track": { "encoded": "...", "info": { ... } },
"thresholdMs": 10000
}