TurnCancelResult
turn/cancel result: identical envelope to
turn/interrupt.
Fields and variants
Section titled “Fields and variants”commandIdstatusturnId
Source
schema/msp/experimental/msp.schema.json#/types/TurnCancelResult
{ "description": "`turn/cancel` result: identical envelope to\n`turn/interrupt`.", "properties": { "commandId": { "description": "Echoes the client's id.", "type": "string" }, "status": { "$ref": "#/$defs/CommandStatus", "description": "Admission status." }, "turnId": { "description": "The cancelled turn.", "type": "string" } }, "required": [ "commandId", "status", "turnId" ], "type": "object"}