webrtc SetCursorPosition.

This commit is contained in:
Miroslav Šedivý
2022-07-21 18:28:51 +02:00
parent 81531d74c1
commit f4a4e0152e
3 changed files with 7 additions and 0 deletions

View File

@ -41,4 +41,5 @@ type WebRTCManager interface {
ICEServers() []ICEServer
CreatePeer(session Session, videoID string) (*webrtc.SessionDescription, error)
SetCursorPosition(x, y int)
}