Skip to content
Developer Preview

SessionStartResult

session/start result.

  • session
  • viewCursor
Source

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

{
"description": "`session/start` result.",
"properties": {
"session": {
"$ref": "#/$defs/Session",
"description": "The new session."
},
"viewCursor": {
"description": "The session view head after the start fold; the connection is\nsubscribed and receives every view event after this cursor. A\ndeduplicated retry returns this same result.",
"type": "string"
}
},
"required": [
"session",
"viewCursor"
],
"type": "object"
}