@ylink-sdk/stream
Advanced tools
Comparing version 0.1.5 to 0.1.6
@@ -111,2 +111,3 @@ import { MediaEventHandler } from './media'; | ||
readonly ssrc: number; | ||
loadeddata: boolean; | ||
/** | ||
@@ -130,2 +131,9 @@ * 设置渲染器 | ||
getStats(): Promise<any>; | ||
onloadeddata?: () => void; | ||
onready?: () => void; | ||
onfailed?: () => void; | ||
setParameters(parameters: { | ||
width: number; | ||
height: number; | ||
}): void; | ||
} | ||
@@ -132,0 +140,0 @@ export interface AudioSender { |
{ | ||
"name": "@ylink-sdk/stream", | ||
"version": "0.1.5", | ||
"version": "0.1.6", | ||
"main": "dist/ylink-sdk-stream.umd.js", | ||
@@ -5,0 +5,0 @@ "module": "dist/ylink-sdk-stream.es.js", |
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
124025
1130