gram-tgcalls
Advanced tools
Comparing version 2.0.2 to 2.0.3
@@ -20,3 +20,3 @@ /// <reference types="node" /> | ||
media?: MediaParams; | ||
}): void; | ||
}): Promise<void> | undefined; | ||
/** | ||
@@ -23,0 +23,0 @@ * Pauses streaming. Returns `null` if not in call, `false` if already paused or `true` if successful. |
@@ -72,3 +72,3 @@ "use strict"; | ||
this.track = this.media.createTrack(); | ||
this.tgcalls.start(this.track); | ||
return this.tgcalls.start(this.track); | ||
} | ||
@@ -75,0 +75,0 @@ /** |
{ | ||
"name": "gram-tgcalls", | ||
"version": "2.0.2", | ||
"version": "2.0.3", | ||
"main": "lib/index.js", | ||
@@ -5,0 +5,0 @@ "scripts": { |
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
20802