ray-streaming
Advanced tools
Comparing version 2.19.6 to 2.19.7
{ | ||
"name": "ray-streaming", | ||
"license": "MIT", | ||
"version": "2.19.6", | ||
"version": "2.19.7", | ||
"author": "Kitsch <xc648593557@gmail.com>", | ||
@@ -6,0 +6,0 @@ "description": "RayStreaming WebRTC implement", |
@@ -22,1 +22,2 @@ export { Connection } from './core/connection'; | ||
export { ClipboardSyncManager } from './utils/clipboard-sync-manager'; | ||
export { isIOS } from './utils'; |
@@ -8,3 +8,3 @@ declare class ScreenFull { | ||
exit(): Promise<void>; | ||
toggle(element?: HTMLElement, option?: FullscreenOptions): Promise<void>; | ||
toggle(element?: HTMLElement, option?: FullscreenOptions, orientationLockType?: OrientationLockType): Promise<void>; | ||
on(cb: () => void): void; | ||
@@ -11,0 +11,0 @@ off(cb: () => void): void; |
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
888333
5795