diff --git a/projects/quml-demo-app/src/app/quml-library-data.ts b/projects/quml-demo-app/src/app/quml-library-data.ts index 5482bd65..0c3538e7 100644 --- a/projects/quml-demo-app/src/app/quml-library-data.ts +++ b/projects/quml-demo-app/src/app/quml-library-data.ts @@ -502,9 +502,9 @@ export const samplePlayerConfig = { 'uid': '', 'channel': '01268904781886259221', 'pdata': { - 'id': 'preprod.diksha.portal', + 'id': 'dev.sunbird.portal', 'ver': '3.3.0', - 'pid': 'sunbird-portal.contentplayer' + 'pid': 'sunbird-portal.qumlplayer' }, 'contextRollup': { 'l1': 'string', diff --git a/projects/quml-library/src/lib/main-player/main-player.component.spec.data.ts b/projects/quml-library/src/lib/main-player/main-player.component.spec.data.ts index feb3a163..5beae014 100644 --- a/projects/quml-library/src/lib/main-player/main-player.component.spec.data.ts +++ b/projects/quml-library/src/lib/main-player/main-player.component.spec.data.ts @@ -533,9 +533,9 @@ export const playerConfig = { 'uid': '', 'channel': '01268904781886259221', 'pdata': { - 'id': 'preprod.diksha.portal', + 'id': 'dev.sunbird.portal', 'ver': '3.3.0', - 'pid': 'sunbird-portal.contentplayer' + 'pid': 'sunbird-portal.qumlplayer' }, 'contextRollup': { 'l1': 'string', @@ -637,9 +637,9 @@ export const fakeSections = [ "uid": "", "channel": "01268904781886259221", "pdata": { - "id": "preprod.diksha.portal", + "id": "dev.sunbird.portal", "ver": "3.3.0", - "pid": "sunbird-portal.contentplayer" + "pid": "sunbird-portal.qumlplayer" }, "contextRollup": { "l1": "string", @@ -909,9 +909,9 @@ export const fakeSections = [ "uid": "", "channel": "01268904781886259221", "pdata": { - "id": "preprod.diksha.portal", + "id": "dev.sunbird.portal", "ver": "3.3.0", - "pid": "sunbird-portal.contentplayer" + "pid": "sunbird-portal.qumlplayer" }, "contextRollup": { "l1": "string", diff --git a/projects/quml-library/src/lib/quml-library.service.spec.data.ts b/projects/quml-library/src/lib/quml-library.service.spec.data.ts index 672eb664..c3dacf0f 100644 --- a/projects/quml-library/src/lib/quml-library.service.spec.data.ts +++ b/projects/quml-library/src/lib/quml-library.service.spec.data.ts @@ -264,9 +264,9 @@ export const mockQumlLibraryServiceData = { }, channel: "01268904781886259221", pdata: { - "id": "preprod.diksha.portal", + "id": "dev.sunbird.portal", "ver": "3.3.0", - "pid": "sunbird-portal.contentplayer" + "pid": "sunbird-portal.qumlplayer" }, sid: "913b3c6c-2874-26dd-ed0c-c23ddc00b718", uid: "", @@ -289,9 +289,9 @@ export const telemetryContext = { "uid": "", "channel": "01268904781886259221", "pdata": { - "id": "preprod.diksha.portal", + "id": "dev.sunbird.portal", "ver": "3.3.0", - "pid": "sunbird-portal.contentplayer" + "pid": "sunbird-portal.qumlplayer" }, "contextRollup": { "l1": "string", diff --git a/projects/quml-library/src/lib/section-player/section-player.component.spec.data.ts b/projects/quml-library/src/lib/section-player/section-player.component.spec.data.ts index 0e8f78dc..2f238574 100644 --- a/projects/quml-library/src/lib/section-player/section-player.component.spec.data.ts +++ b/projects/quml-library/src/lib/section-player/section-player.component.spec.data.ts @@ -315,9 +315,9 @@ export const mockSectionPlayerConfig = { "uid": "", "channel": "01268904781886259221", "pdata": { - "id": "preprod.diksha.portal", + "id": "dev.sunbird.portal", "ver": "3.3.0", - "pid": "sunbird-portal.contentplayer" + "pid": "sunbird-portal.qumlplayer" }, "contextRollup": { "l1": "string", diff --git a/projects/quml-library/src/lib/services/viewer-service/viewer-service.spec.data.ts b/projects/quml-library/src/lib/services/viewer-service/viewer-service.spec.data.ts index 701a8fe5..51efd7e8 100644 --- a/projects/quml-library/src/lib/services/viewer-service/viewer-service.spec.data.ts +++ b/projects/quml-library/src/lib/services/viewer-service/viewer-service.spec.data.ts @@ -9,9 +9,9 @@ export const mockData = { "uid": "", "channel": "01268904781886259221", "pdata": { - "id": "preprod.diksha.portal", + "id": "dev.sunbird.portal", "ver": "3.3.0", - "pid": "sunbird-portal.contentplayer" + "pid": "sunbird-portal.qumlplayer" }, "contextRollup": { "l1": "string", diff --git a/web-component-examples/react-app/src/data.js b/web-component-examples/react-app/src/data.js index a96420de..af592f71 100644 --- a/web-component-examples/react-app/src/data.js +++ b/web-component-examples/react-app/src/data.js @@ -473,9 +473,9 @@ export const playerConfig = { uid: "", channel: "01268904781886259221", pdata: { - id: "preprod.diksha.portal", + id: "dev.sunbird.portal", ver: "3.3.0", - pid: "sunbird-portal.contentplayer", + pid: "sunbird-portal.qumlplayer", }, contextRollup: { l1: "string", diff --git a/web-component-examples/vanilla-js/index.html b/web-component-examples/vanilla-js/index.html index 7f7c15f7..517039ac 100644 --- a/web-component-examples/vanilla-js/index.html +++ b/web-component-examples/vanilla-js/index.html @@ -33,7 +33,7 @@