Adds ability for dark logo option

This commit is contained in:
Neil Dorin
2020-08-06 15:20:24 -06:00
parent 637ca2f312
commit 192aa4255c
7 changed files with 23 additions and 11 deletions

View File

@@ -69,7 +69,9 @@ namespace PepperDash.Essentials.Core
public Core.Privacy.MicrophonePrivacyController MicrophonePrivacy { get; set; }
public string LogoUrl { get; set; }
public string LogoUrlLightBkgnd { get; set; }
public string LogoUrlDarkBkgnd { get; set; }
protected SecondsCountdownTimer RoomVacancyShutdownTimer { get; private set; }