gotgcalls-server
Advanced tools
Comparing version 0.0.0-rc.2 to 0.0.0-rc.3
@@ -29,3 +29,3 @@ "use strict"; | ||
const tgcalls = new base_tgcalls_1.BaseTGCalls(null); | ||
tgcalls.joinVoiceCall = (params) => this.connection.dispatch("joinCall", params); | ||
tgcalls.joinVoiceCall = (payload) => this.connection.dispatch("joinCall", { chatId, payload }); | ||
const stream = new base_tgcalls_1.Stream(readable); | ||
@@ -32,0 +32,0 @@ stream.on("finish", () => { |
{ | ||
"name": "gotgcalls-server", | ||
"version": "0.0.0-rc.2", | ||
"version": "0.0.0-rc.3", | ||
"main": "dist/index.js", | ||
@@ -13,3 +13,3 @@ "bin": "dist/index.js", | ||
"dependencies": { | ||
"tgcalls-next": "^0.0.0-rc.3" | ||
"tgcalls-next": "^0.0.0-rc.4" | ||
}, | ||
@@ -16,0 +16,0 @@ "devDependencies": { |
@@ -30,4 +30,4 @@ import { createReadStream } from "fs"; | ||
const tgcalls = new BaseTGCalls(null); | ||
tgcalls.joinVoiceCall = (params) => | ||
this.connection.dispatch("joinCall", params); | ||
tgcalls.joinVoiceCall = (payload) => | ||
this.connection.dispatch("joinCall", { chatId, payload }); | ||
const stream = new Stream(readable); | ||
@@ -34,0 +34,0 @@ stream.on("finish", () => { |
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
21683
Updatedtgcalls-next@^0.0.0-rc.4