ray-streaming
Advanced tools
Comparing version 2.22.1 to 2.23.0
{ | ||
"name": "ray-streaming", | ||
"license": "MIT", | ||
"version": "2.22.1", | ||
"version": "2.23.0", | ||
"author": "Kitsch <xc648593557@gmail.com>", | ||
@@ -13,8 +13,8 @@ "description": "RayStreaming WebRTC implement", | ||
"resize-observer-polyfill": "^1.5.1", | ||
"rxjs": "^7.4.0", | ||
"webrtc-adapter": "^8.2.0" | ||
"rxjs": "^7.8.1", | ||
"webrtc-adapter": "^8.2.3" | ||
}, | ||
"devDependencies": { | ||
"@types/dom-mediacapture-record": "^1.0.11", | ||
"@types/dom-mediacapture-transform": "^0.1.3" | ||
"@types/dom-mediacapture-record": "^1.0.19", | ||
"@types/dom-mediacapture-transform": "^0.1.9" | ||
}, | ||
@@ -21,0 +21,0 @@ "keywords": [ |
@@ -237,11 +237,4 @@ import 'webrtc-adapter'; | ||
*/ | ||
changeBandwidthByRenegotiation(bandwidth?: number): void; | ||
changeBandwidthByRenegotiation(bandwidth?: number, iceRestart?: boolean): void; | ||
/** | ||
* @description change bandwidth by renegotiation | ||
* @param startBitrate x-google-start-bitrate | ||
* @param maxBitrate x-google-max-bitrate | ||
* @param minBitrate x-google-min-bitrate | ||
*/ | ||
changeBandwidthByRenegotiation(startBitrate: number, maxBitrate: number, minBitrate: number): void; | ||
/** | ||
* @description add audio track by renegotiation | ||
@@ -248,0 +241,0 @@ * @param stream MediaStream |
import type { RunningState } from './running-state'; | ||
import type { Cursor } from '../utils'; | ||
import { MouseMove, MouseButton } from './event-adapter'; | ||
type Mode = 'touch' | 'trackpad'; | ||
declare type Mode = 'touch' | 'trackpad'; | ||
export declare class Magnifier { | ||
@@ -6,0 +6,0 @@ private hostElement; |
@@ -5,3 +5,3 @@ import type { Player } from './player'; | ||
import { MouseButton, MouseMove } from './event-adapter'; | ||
type Mode = 'direct' | 'relative'; | ||
declare type Mode = 'direct' | 'relative'; | ||
/** | ||
@@ -8,0 +8,0 @@ * emulate below behavior for touch device |
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
1085260
177
9494
Updatedrxjs@^7.8.1
Updatedwebrtc-adapter@^8.2.3