tiktok-live-connector
Advanced tools
Comparing version 1.1.4 to 1.1.5
@@ -8,3 +8,3 @@ const { WebcastPushConnection, signatureProvider } = require('tiktok-live-connector'); | ||
// Username of someone who is currently live | ||
let tiktokUsername = "deryaoffiziell"; | ||
let tiktokUsername = "lazyzerodyf"; | ||
@@ -11,0 +11,0 @@ // Create a new wrapper object and pass the username |
@@ -525,2 +525,3 @@ "use strict"; | ||
}); | ||
if (roomData.statusCode) throw new Error(`API Error ${roomData.statusCode} (${roomData.message || 'Unknown Error'})`); | ||
@@ -527,0 +528,0 @@ _classPrivateFieldSet(this, _roomId, roomData.data.user.roomId); |
{ | ||
"name": "tiktok-live-connector", | ||
"version": "1.1.4", | ||
"version": "1.1.5", | ||
"description": "Node.js module to receive live stream chat events like comments and gifts from TikTok LIVE", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -1658,2 +1658,4 @@ # TikTok-Live-Connector | ||
### Send Chat Messages | ||
> Due to the increased signature requirements by TikTok, sending chat messages is currently not possible. | ||
You can send chat messages via the [`sendMessage()`](#methods) function to automatically respond to chat commands for example. For this you need to provide your Session ID. | ||
@@ -1660,0 +1662,0 @@ |
Sorry, the diff of this file is not supported yet
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
140351
1623
1708