@jealous-robot-dev/shared-types-responses 1.43.10 → 1.44.0
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.
@@ -109,8 +109,12 @@ export interface LiveRoomServerMediaShareStoped extends LiveRoomServerMediaPaylo
|
|
109
109
|
export interface LiveRoomServerMediaShareStop extends LiveRoomServerTargetedMediaPayload {
|
110
110
|
}
|
111
111
|
export interface LiveRoomServerMicrophoneDisconnected extends LiveRoomServerMinimumPayload {
|
112
|
+
UID: string;
|
113
|
+
attendee_id: string;
|
112
114
|
}
|
113
115
|
export interface LiveRoomServerMicrophoneConnected extends LiveRoomServerMinimumPayload {
|
116
|
+
UID: string;
|
117
|
+
attendee_id: string;
|
114
118
|
}
|
115
119
|
export interface LiveRoomServerChatMessageNew extends LiveRoomServerMinimumPayload {
|
116
120
|
audience: string[];
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@jealous-robot-dev/shared-types-responses",
|
3
|
-
"version": "1.
|
3
|
+
"version": "1.44.0",
|
4
4
|
"description": "",
|
5
5
|
"main": "build/index.js",
|
6
6
|
"types": "build/index.d.ts",
|
@@ -27,4 +27,4 @@
|
|
27
27
|
"@jealous-robot-dev/drophr-common": "^1.10.0",
|
28
28
|
"@jealous-robot-dev/shared-phrases": "^1.8.2"
|
29
29
|
}
|
30
|
-
}
|
30
|
+
}
|