@vonage/video
Advanced tools
Comparing version 0.8.6 to 0.8.7
@@ -5,5 +5,3 @@ export interface ClientTokenOptions { | ||
expireTime?: number; | ||
createTime?: number; | ||
nonce?: number; | ||
initialLayoutClassList?: string[]; | ||
} |
@@ -86,2 +86,5 @@ "use strict"; | ||
} | ||
if ((tokenOptions === null || tokenOptions === void 0 ? void 0 : tokenOptions.expireTime) && tokenOptions.expireTime > now) { | ||
claims.ext = tokenOptions.expireTime; | ||
} | ||
return (0, jwt_1.tokenGenerate)(this.auth.applicationId, this.auth.privateKey, claims); | ||
@@ -88,0 +91,0 @@ } |
{ | ||
"name": "@vonage/video", | ||
"version": "0.8.6", | ||
"version": "0.8.7", | ||
"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
23292
434