clique-api-client-js
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -331,4 +331,4 @@ (function (global, factory) { | ||
CliqueClient.prototype.setgrace = function(conference_id) { | ||
this.socket.emit('setgrace', conference_id); | ||
CliqueClient.prototype.setgrace = function(conference_id, period) { | ||
this.socket.emit('setgrace', period); | ||
} | ||
@@ -335,0 +335,0 @@ |
{ | ||
"name": "clique-api-client-js", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Client side lib to work with clique platform", | ||
@@ -5,0 +5,0 @@ "main": "client.js", |
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
19580