typings: Make autoDeletionDate optional in room typings
This commit is contained in:
parent
7b53d81813
commit
597b412027
@ -1,7 +1,7 @@
|
|||||||
import { MeetRoomPreferences } from './room-preferences.js';
|
import { MeetRoomPreferences } from './room-preferences.js';
|
||||||
|
|
||||||
interface BaseRoomOptions {
|
interface BaseRoomOptions {
|
||||||
autoDeletionDate: number;
|
autoDeletionDate?: number;
|
||||||
roomIdPrefix?: string;
|
roomIdPrefix?: string;
|
||||||
preferences?: MeetRoomPreferences;
|
preferences?: MeetRoomPreferences;
|
||||||
// maxParticipants?: number | null;
|
// maxParticipants?: number | null;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user