@mattermost/calls-common
Advanced tools
Comparing version 0.27.1 to 0.27.2
@@ -100,3 +100,3 @@ export type EmptyData = Record<string, never>; | ||
} & BaseData; | ||
export type WebsocketEventData = EmptyData | HelloData | CallStartData | UserDisconnectedData | UserConnectedData | UserMutedUnmutedData | UserVoiceOnOffData | UserScreenOnOffData | UserRaiseUnraiseHandData | EmojiData | UserReactionData | CallHostChangedData | CallJobStateData | UserState | UserDismissedNotification | CallStateData | JobStopData | UserRemovedData | LiveCaptionData; | ||
export type WebsocketEventData = EmptyData | HelloData | CallStartData | UserDisconnectedData | UserConnectedData | UserMutedUnmutedData | UserVoiceOnOffData | UserScreenOnOffData | UserRaiseUnraiseHandData | EmojiData | UserReactionData | CallHostChangedData | CallJobStateData | UserState | UserDismissedNotification | CallStateData | JobStopData | UserRemovedData | LiveCaptionData | HostControlMsg | HostControlRemoved | HostControlLowerHand; | ||
export interface Logger { | ||
@@ -103,0 +103,0 @@ logDebug: (...args: unknown[]) => void; |
{ | ||
"name": "@mattermost/calls-common", | ||
"version": "0.27.1", | ||
"version": "0.27.2", | ||
"description": "Common code shared between calls webapp, desktop, and mobile.", | ||
@@ -5,0 +5,0 @@ "main": "./lib/index.js", |
@@ -147,3 +147,6 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. | ||
| UserRemovedData | ||
| LiveCaptionData; | ||
| LiveCaptionData | ||
| HostControlMsg | ||
| HostControlRemoved | ||
| HostControlLowerHand; | ||
@@ -150,0 +153,0 @@ export interface Logger { |
Sorry, the diff of this file is not supported yet
145206
2971