I am using split server model. Customization of background and logo does work on Core server but doesn't seem to be working on the Edge server.
Here is what gets from API to Edge server:
<?xml version="1.0"?>
<webBridges total="1">
<webBridge id="a48e3000-614d-4848-8b41-f1a0afe0b87f">
<url>https://join.xxx.xxx</url>
</webBridge>
</webBridges>
<?xml version="1.0"?>
<webBridge id="a48e3000-614d-4848-8b41-f1a0afe0b87f">
<url>https://join.xxx.xxx</url>
<resourceArchive>http://xxx.xxx.xxx/photo/branding/webRTC_client/webRTC_client.zip</resourceArchive>
<resolveCoSpaceCallIds>true</resolveCoSpaceCallIds>
<resolveLyncConferenceIds>false</resolveLyncConferenceIds>
<idEntryMode>secure</idEntryMode>
<allowWeblinkAccess>true</allowWeblinkAccess>
<showSignIn>true</showSignIn>
</webBridge>
I installed branding license on Edge server:
edge-xxx1.xxx.xxx> license
Feature: branding status: Activated expiry: 2117-Nov-23 (36524 days remain)
Right now, CMS Core serves webrtc portal internally but the web page looks different on the internet.
I would appreciate your any ideas?