@ylink-sdk/meeting 0.8.0-beta.3 → 0.8.0-beta.4
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.
- package/dist/meeting.d.ts +8 -1
- package/package.json +1 -1
package/dist/meeting.d.ts
CHANGED
|
@@ -1214,6 +1214,11 @@ export declare interface LayoutContent {
|
|
|
1214
1214
|
hideNonVideo?: boolean;
|
|
1215
1215
|
name?: string;
|
|
1216
1216
|
pollCount?: number;
|
|
1217
|
+
pollDesignated?: {
|
|
1218
|
+
userID: number;
|
|
1219
|
+
subjectID: string;
|
|
1220
|
+
pollSeconds: number;
|
|
1221
|
+
}[];
|
|
1217
1222
|
pollSeconds?: number;
|
|
1218
1223
|
pictures?: Picture[];
|
|
1219
1224
|
count?: number;
|
|
@@ -1246,6 +1251,7 @@ export declare interface Live {
|
|
|
1246
1251
|
mode?: string;
|
|
1247
1252
|
type?: string;
|
|
1248
1253
|
layout?: LayoutContent;
|
|
1254
|
+
layoutType?: string;
|
|
1249
1255
|
};
|
|
1250
1256
|
liveCaptionEnabled?: boolean;
|
|
1251
1257
|
platform?: string;
|
|
@@ -1259,7 +1265,7 @@ export declare interface Live {
|
|
|
1259
1265
|
isChange?: boolean;
|
|
1260
1266
|
isTemplateSubmit?: boolean;
|
|
1261
1267
|
template?: LayoutContent;
|
|
1262
|
-
data
|
|
1268
|
+
data: LiveData;
|
|
1263
1269
|
thirdPartyLiveData?: ThirdPartyLiveData[];
|
|
1264
1270
|
}
|
|
1265
1271
|
|
|
@@ -1956,6 +1962,7 @@ export declare interface RecordingData {
|
|
|
1956
1962
|
|
|
1957
1963
|
export declare interface RecordingMap {
|
|
1958
1964
|
status?: RecordingStatus;
|
|
1965
|
+
followAttendee?: boolean;
|
|
1959
1966
|
layout: {
|
|
1960
1967
|
layout?: LayoutContent;
|
|
1961
1968
|
mode?: string;
|