cursor image/position from WebRTC.

This commit is contained in:
Miroslav Šedivý
2021-02-13 18:25:40 +01:00
parent 061fbe60cf
commit c9b2c93fb8
7 changed files with 82 additions and 127 deletions

View File

@ -46,11 +46,6 @@ const (
KEYBOARD_MAP = "keyboard/map"
)
const (
CURSOR_IMAGE = "cursor/image"
CURSOR_POSITION = "cursor/position"
)
const (
BORADCAST_STATUS = "broadcast/status"
)