Skip to content

Commit

Permalink
Merge pull request #8332 from kaltura/Naos-14.19.0-AddKmsGoSourceType
Browse files Browse the repository at this point in the history
new entry source types for KMS GO
  • Loading branch information
olampert committed Feb 23, 2020
2 parents 4eba518 + 599606b commit 45bd20a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions api_v3/web/analyticsSyncServe.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@
define('SOURCE_WEBEX', -15);
define('SOURCE_ZOOM', -16);
define('SOURCE_EXPRESS_RECORDER', -17);
define('SOURCE_KMS_NATIVE_ANDROID_APP', -18);
define('SOURCE_KMS_NATIVE_IOS_APP', -19);

define('CREATED_DAY_TS', 'UNIX_TIMESTAMP(DATE(CREATED_AT))');

$sourceFromAdminTag = array(
Expand All @@ -37,6 +40,8 @@
'webexentry' => SOURCE_WEBEX,
'zoomentry' => SOURCE_ZOOM,
'expressrecorder' => SOURCE_EXPRESS_RECORDER,
'kmsnativeandroid' => SOURCE_KMS_NATIVE_ANDROID_APP,
'kmsnativeios' => SOURCE_KMS_NATIVE_IOS_APP,
);

function getPartnerVertical($customData)
Expand Down

0 comments on commit 45bd20a

Please sign in to comment.