Adding option to brand across services where possible
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
// Sovereign tenant branding overrides for Jitsi Meet.
|
||||
// This file is appended to interface_config.js by the Jitsi web container.
|
||||
interfaceConfig.APP_NAME = '{{ tenant_name }}';
|
||||
interfaceConfig.NATIVE_APP_NAME = '{{ tenant_name }}';
|
||||
interfaceConfig.PROVIDER_NAME = '{{ tenant_name }}';
|
||||
interfaceConfig.BRAND_WATERMARK_LINK = 'https://{{ base_domain }}';
|
||||
Reference in New Issue
Block a user