Skip to content
Developer Preview

view/unsubscribe

Removes this connection from the session’s view subscription set; does not unload the session.

Type: ViewUnsubscribeParams

view/unsubscribe params: remove this connection from the session’s view subscription set — the protocol’s single unsubscribe operation, at the altitude that owns subscriptions. It does not unload the session; unloading is the idle policy.

Field Type Stability Presence Description
sessionId string required The session to stop following.
Source

schema/msp/experimental/msp.schema.json#/methods/view~2Funsubscribe

{
"description": "Removes this connection from the session's view subscription set; does not unload the session.",
"params": {
"$ref": "#/$defs/ViewUnsubscribeParams"
},
"result": {
"$ref": "#/$defs/ViewUnsubscribeResult"
}
}