member profile can share media.

This commit is contained in:
Miroslav Šedivý
2021-12-09 21:48:02 +01:00
parent b653856994
commit 670e0ee17d
5 changed files with 18 additions and 6 deletions

View File

@ -15,6 +15,7 @@ type MemberProfile struct {
CanConnect bool `json:"can_connect"`
CanWatch bool `json:"can_watch"`
CanHost bool `json:"can_host"`
CanShareMedia bool `json:"can_share_media"`
CanAccessClipboard bool `json:"can_access_clipboard"`
SendsInactiveCursor bool `json:"sends_inactive_cursor"`
CanSeeInactiveCursors bool `json:"can_see_inactive_cursors"`