Skip to content

Commit

Permalink
add wrss param
Browse files Browse the repository at this point in the history
  • Loading branch information
zerodytrash committed May 2, 2024
1 parent 7879a9d commit 473a513
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tiktok-live-connector",
"version": "1.1.5",
"version": "1.1.6",
"description": "Node.js module to receive live stream chat events like comments and gifts from TikTok LIVE",
"main": "index.js",
"types": "./dist/index.d.ts",
Expand Down
1 change: 1 addition & 0 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -441,6 +441,7 @@ class WebcastPushConnection extends EventEmitter {
// Websocket specific params
let wsParams = {
imprp: webcastResponse.wsParam?.value || '',
wrss: webcastResponse.wsParam?.value || '',
compress: 'gzip',
};

Expand Down

0 comments on commit 473a513

Please sign in to comment.