mezon-js 2.8.69 → 2.8.70
Sign up to get free protection for your applications and to get access to all the features.
- package/api.gen.ts +1 -1
- package/dist/api.gen.d.ts +1 -1
- package/package.json +1 -1
package/api.gen.ts
CHANGED
package/dist/api.gen.d.ts
CHANGED
@@ -281,7 +281,7 @@ export interface ApiChannelDescription {
|
|
281
281
|
meeting_code?: string;
|
282
282
|
meeting_uri?: string;
|
283
283
|
parrent_id?: string;
|
284
|
-
|
284
|
+
is_online?: Array<boolean>;
|
285
285
|
type?: number;
|
286
286
|
update_time_seconds?: number;
|
287
287
|
user_id?: Array<string>;
|