mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-02-15 20:54:55 +00:00
add config for branding
This commit is contained in:
@@ -40,6 +40,9 @@ namespace PepperDash.Essentials.Devices.Common.Codec
|
|||||||
[JsonProperty("phonebookResultsLimit")]
|
[JsonProperty("phonebookResultsLimit")]
|
||||||
public uint PhonebookResultsLimit { get; set; }
|
public uint PhonebookResultsLimit { get; set; }
|
||||||
|
|
||||||
|
[JsonProperty("UiBranding")]
|
||||||
|
public BrandingLogoProperties UiBranding { get; set; }
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public class SharingProperties
|
public class SharingProperties
|
||||||
@@ -47,4 +50,13 @@ namespace PepperDash.Essentials.Devices.Common.Codec
|
|||||||
[JsonProperty("autoShareContentWhileInCall")]
|
[JsonProperty("autoShareContentWhileInCall")]
|
||||||
public bool AutoShareContentWhileInCall { get; set; }
|
public bool AutoShareContentWhileInCall { get; set; }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public class BrandingLogoProperties
|
||||||
|
{
|
||||||
|
[JsonProperty("enable")]
|
||||||
|
public bool Enable { get; set; }
|
||||||
|
|
||||||
|
[JsonProperty("brandingUrl")]
|
||||||
|
public bool LogoUrl { get; set; }
|
||||||
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user