@vonage/video
Advanced tools
Comparing version 0.8.5 to 0.8.6
@@ -75,5 +75,2 @@ "use strict"; | ||
role: 'publisher', | ||
create_time: now, | ||
expire_time: now + 60 * 60 * 24, | ||
nonce: Math.random(), | ||
initial_layout_class_list: '', | ||
@@ -84,11 +81,2 @@ }; | ||
} | ||
if (tokenOptions === null || tokenOptions === void 0 ? void 0 : tokenOptions.nonce) { | ||
claims.nonce = tokenOptions.nonce; | ||
} | ||
if (tokenOptions === null || tokenOptions === void 0 ? void 0 : tokenOptions.createTime) { | ||
claims.create_time = tokenOptions.createTime; | ||
} | ||
if (tokenOptions === null || tokenOptions === void 0 ? void 0 : tokenOptions.expireTime) { | ||
claims.expire_time = tokenOptions.expireTime; | ||
} | ||
if (tokenOptions === null || tokenOptions === void 0 ? void 0 : tokenOptions.data) { | ||
@@ -95,0 +83,0 @@ claims.connection_data = tokenOptions.data; |
{ | ||
"name": "@vonage/video", | ||
"version": "0.8.5", | ||
"version": "0.8.6", | ||
"description": "Package to interact with the Vonage Video API (Not OpenTok Compatible)", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
23143
433