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