member profile can share media.

This commit is contained in:
Miroslav Šedivý 2021-12-09 21:01:05 +01:00
parent fc2979d5ce
commit 693ac08e10
2 changed files with 2 additions and 0 deletions

View File

@ -72,6 +72,7 @@ export interface MemberProfile {
can_connect: boolean
can_watch: boolean
can_host: boolean
can_share_media: boolean
can_access_clipboard: boolean
sends_inactive_cursor: boolean
can_see_inactive_cursors: boolean

View File

@ -106,6 +106,7 @@ export interface MemberProfile {
can_connect: boolean
can_watch: boolean
can_host: boolean
can_share_media: boolean
can_access_clipboard: boolean
sends_inactive_cursor: boolean
can_see_inactive_cursors: boolean