Skip to content
Developer Preview

TurnStartDisposition

What turn/start did with the input. Resolves OQ-H in v1: since queue is the default ifBusy, clients need to distinguish these without folding history.

  • "queued"
  • "started"
  • "steered"
Source

schema/msp/experimental/msp.schema.json#/types/TurnStartDisposition

{
"description": "What `turn/start` did with the input. Resolves OQ-H in v1:\nsince `queue` is the default `ifBusy`, clients need to distinguish these\nwithout folding history.",
"enum": [
"started",
"queued",
"steered"
],
"type": "string",
"x-msp-openness": "open"
}