From d7c532d00b2d794cbc9d60dd3e9048e90b4572cb Mon Sep 17 00:00:00 2001 From: karthikbr82 Date: Fri, 12 Feb 2021 14:33:32 +0200 Subject: [PATCH] added cdnAuth configParams, other changes based on feedback --- source/includes/_api.md | 4 +++- source/includes/_auth3p.md | 6 +++--- source/includes/_callbacks.md | 4 ++-- 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/source/includes/_api.md b/source/includes/_api.md index 5af0df80ecf..19d368a346c 100644 --- a/source/includes/_api.md +++ b/source/includes/_api.md @@ -28,11 +28,12 @@ var additionalIDs = { var configParams = { disableBeforeUnloadHandler: true, // disables callstats.js's window.onbeforeunload parameter. applicationVersion: "app_version", // Application version specified by the developer. - disablePrecalltest: true // disables the pre-call test, it is enabled by default. + disablePrecalltest: true // disables the pre-call test. siteID: "siteID", // The name/ID of the site/campus from where the call/pre-call test is made. additionalIDs: additionalIDs, // additionalIDs object, contains application related IDs. collectLegacyStats: true //enables the collection of legacy stats in chrome browser collectIP: true //enables the collection localIP address + cdnAuth: true //Uses the CDN based URL for contacting Authentication Servers. }; ``` @@ -72,6 +73,7 @@ It provides developers a method to enable or disable certain features or functio `collectLegacyStats` | No | by default the value is `true`. `additionalIDs` | No | JSON object. `collectIP` | No | by default the value is `true`. +`cdnAuth` | No | by default the value is `true`.