ray-streaming
Advanced tools
Comparing version 2.17.1 to 2.17.2
{ | ||
"name": "ray-streaming", | ||
"license": "MIT", | ||
"version": "2.17.1", | ||
"version": "2.17.2", | ||
"author": "Kitsch <xc648593557@gmail.com>", | ||
@@ -6,0 +6,0 @@ "description": "RayStreaming WebRTC implement", |
@@ -57,3 +57,6 @@ import { Observable } from 'rxjs'; | ||
*/ | ||
static attachUEListener(target: HTMLVideoElement, runningInfo: RunningState, connection: Connection): import("rxjs").Subscription; | ||
static attachUEListener(target: HTMLVideoElement, runningInfo: RunningState, connection: Connection, { enableTouchInteraction, enableZoomInteraction, }?: { | ||
enableTouchInteraction?: boolean; | ||
enableZoomInteraction?: boolean; | ||
}): import("rxjs").Subscription; | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
631213
4233