To disable the meeting url, please perform the following steps:
- Login to the admin UI.
- Navigate to Maintenance > Import/Export > Export XML
- Under Sign-in Settings > Sign-in URLs > SELECTED sign-in urls, select */meeting/
- Click Add ->
- At the bottom of the page, click Export.
Once the XML has been exported, change the "enabled" tag from true to false for the meeting URL, then re-import the xml, this will disable the meeting URL.
Here is a sample of the XML that makes this change:
<configuration xmlns="http://xml.juniper.net/ive-sa/8.2R6"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" iveData="2708"
saData="2602">
<authentication>
<signin>
<urls>
<meeting-urls>
<meeting-url>
<user-type>meeting</user-type>
<url-pattern>*/meeting/</url-pattern>
<description>Default Meeting Sign In</description>
<enabled>false</enabled>
<page>Meeting Sign-In Page</page>
</meeting-url>
</meeting-urls>
</urls>
</signin>
</authentication>
</configuration>
Expected Behavior:
A user can still enter the url and will be prompted for credentials because it will be hitting the default URL at that point. After they enter credentials, however, they will only see a message stating "The page you have requested could not be found". Users will not be able to start any meetings.
Note: This will only work for disabling the URL, it still cannot be deleted.