frontend: Update expiration date comment for room creation options
This commit is contained in:
parent
0a8a0bb2fb
commit
e3798295d4
@ -142,7 +142,7 @@ export class HomeComponent implements OnInit, OnDestroy {
|
|||||||
// TODO: Fix expiration date
|
// TODO: Fix expiration date
|
||||||
const options: OpenViduMeetRoomOptions = {
|
const options: OpenViduMeetRoomOptions = {
|
||||||
roomNamePrefix,
|
roomNamePrefix,
|
||||||
expirationDate: Date.now() + 3600
|
expirationDate: Date.now() + 3600 // 1 hour
|
||||||
};
|
};
|
||||||
|
|
||||||
const room: OpenViduMeetRoom = await this.httpService.createRoom(options);
|
const room: OpenViduMeetRoom = await this.httpService.createRoom(options);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user