@jealous-robot-dev/shared-types-responses 1.43.8 → 1.43.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
File without changes
|
@@ -0,0 +1 @@
|
|
1
|
+
"use strict";
|
@@ -8,6 +8,7 @@ export interface LiveRoomStandartParticipant {
|
|
8
8
|
};
|
9
9
|
is_host: boolean;
|
10
10
|
device_id: string;
|
11
|
+
is_current: boolean;
|
11
12
|
gold_badge: boolean;
|
12
13
|
attendee_id: string;
|
13
14
|
is_video_on: boolean;
|
@@ -107,9 +108,9 @@ export interface LiveRoomServerMediaShareStoped extends LiveRoomServerMediaPaylo
|
|
107
108
|
}
|
108
109
|
export interface LiveRoomServerMediaShareStop extends LiveRoomServerTargetedMediaPayload {
|
109
110
|
}
|
110
|
-
export interface LiveRoomServerMicrophoneDisconnected extends
|
111
|
+
export interface LiveRoomServerMicrophoneDisconnected extends LiveRoomServerMinimumPayload {
|
111
112
|
}
|
112
|
-
export interface LiveRoomServerMicrophoneConnected extends
|
113
|
+
export interface LiveRoomServerMicrophoneConnected extends LiveRoomServerMinimumPayload {
|
113
114
|
}
|
114
115
|
export interface LiveRoomServerChatMessageNew extends LiveRoomServerMinimumPayload {
|
115
116
|
audience: string[];
|