feat(protocol): negotiate display and native input
This commit is contained in:
@@ -3,6 +3,9 @@
|
||||
"features": [
|
||||
{"id": "control.v1", "direction": "bidirectional", "max_frame_bytes": 65536},
|
||||
{"id": "events.resume.v1", "direction": "server-to-client", "max_frame_bytes": 65536},
|
||||
{"id": "clipboard.text.v1", "direction": "bidirectional", "max_frame_bytes": 65536}
|
||||
{"id": "clipboard.text.v1", "direction": "bidirectional", "max_frame_bytes": 65536},
|
||||
{"id": "display.request.v1", "direction": "client-to-server", "max_frame_bytes": 65536},
|
||||
{"id": "input.absolute.v1", "direction": "client-to-server", "max_frame_bytes": 14},
|
||||
{"id": "input.scroll.v1", "direction": "client-to-server", "max_frame_bytes": 10}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user