cursor CreatePNGImage in event emitter.

This commit is contained in:
Miroslav Šedivý
2021-02-25 14:24:17 +01:00
parent d2eda6f25f
commit 2410295ad4
3 changed files with 21 additions and 14 deletions

View File

@ -8,7 +8,7 @@ type WebRTCPeer interface {
SetVideoID(videoID string) error
SendCursorPosition(x, y int) error
SendCursorImage(cur *CursorImage) error
SendCursorImage(cur *CursorImage, img []byte) error
Destroy() error
}