From 693ac08e10ca40e4576c55e87648527fc04b3f62 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20=C5=A0ediv=C3=BD?= Date: Thu, 9 Dec 2021 21:01:05 +0100 Subject: [PATCH] member profile can share media. --- src/component/types/messages.ts | 1 + src/component/types/state.ts | 1 + 2 files changed, 2 insertions(+) diff --git a/src/component/types/messages.ts b/src/component/types/messages.ts index 1139b87d..c6ad4717 100644 --- a/src/component/types/messages.ts +++ b/src/component/types/messages.ts @@ -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 diff --git a/src/component/types/state.ts b/src/component/types/state.ts index 2d8c2041..5c7930ac 100644 --- a/src/component/types/state.ts +++ b/src/component/types/state.ts @@ -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