clique-api-client-js
Advanced tools
Comparing version 3.3.1 to 3.3.2
@@ -0,0 +0,0 @@ chrome.runtime.onMessageExternal.addListener((message, sender, sendResponse) => { |
@@ -0,0 +0,0 @@ { |
@@ -64,2 +64,17 @@ (async() => { | ||
id('leave') | ||
.addEventListener('click', async() => { | ||
chatData = { | ||
chat_id: id('joinChatId').value, | ||
}; | ||
try { | ||
chatData = await chat.leave(chatData.chat_id); | ||
console.log('chatData', chatData); | ||
} catch (e) { | ||
console.error('join error', e); | ||
} | ||
}); | ||
//show conference information | ||
@@ -66,0 +81,0 @@ const prepareChatInfo = () => { |
@@ -0,0 +0,0 @@ (async() => { |
@@ -0,0 +0,0 @@ (async() => { |
@@ -0,0 +0,0 @@ (async() => { |
{ | ||
"name": "clique-api-client-js", | ||
"version": "3.3.1", | ||
"version": "3.3.2", | ||
"description": "Client side lib to work with clique platform", | ||
@@ -5,0 +5,0 @@ "main": "client.js", |
@@ -0,0 +0,0 @@ ## Clique Client JS SDK |
@@ -0,0 +0,0 @@ /* |
@@ -0,0 +0,0 @@ /* |
@@ -0,0 +0,0 @@ /* |
@@ -0,0 +0,0 @@ /* |
@@ -0,0 +0,0 @@ /* |
@@ -0,0 +0,0 @@ /* |
@@ -0,0 +0,0 @@ /* |
@@ -0,0 +0,0 @@ /* |
@@ -0,0 +0,0 @@ /* |
@@ -0,0 +0,0 @@ /* |
@@ -0,0 +0,0 @@ /* |
@@ -0,0 +0,0 @@ /* |
@@ -0,0 +0,0 @@ /* |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
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
13362
2494577