From 39e68a3254242bd410ffc20b7f74b442a07b390f Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Tue, 3 May 2022 15:11:29 +0200 Subject: Add session informations in live modal --- .../live-stream-information.component.html | 13 ++++++++++++ .../live-stream-information.component.scss | 9 ++++++++ .../live-stream-information.component.ts | 24 +++++++++++++++++++++- .../shared/shared-video-live/live-video.service.ts | 8 +++++++- 4 files changed, 52 insertions(+), 2 deletions(-) (limited to 'client/src/app/shared/shared-video-live') diff --git a/client/src/app/shared/shared-video-live/live-stream-information.component.html b/client/src/app/shared/shared-video-live/live-stream-information.component.html index 35e894a55..01e305938 100644 --- a/client/src/app/shared/shared-video-live/live-stream-information.component.html +++ b/client/src/app/shared/shared-video-live/live-stream-information.component.html @@ -31,6 +31,19 @@
⚠️ Never share your stream key with anyone.
+ +
+ + +
+ Success + {{ getErrorLabel(session) }} + + Started on {{ session.startDate | date:'medium' }} + Ended on {{ session.endDate | date:'medium' }} + Go to replay +
+