@cloudgaming/paas-web
Advanced tools
Comparing version 2.17.1 to 2.17.2
@@ -119,2 +119,3 @@ import type { ActionObject } from 'xstate'; | ||
hubbleUrl: string | undefined; | ||
playoutDelayHint: number | null; | ||
disableGamepadEvents: boolean | undefined; | ||
@@ -178,2 +179,3 @@ }, any, PlayerMachineEvents, { | ||
hubbleUrl: string | undefined; | ||
playoutDelayHint: number | null; | ||
disableGamepadEvents: boolean | undefined; | ||
@@ -236,2 +238,3 @@ }; | ||
hubbleUrl: string | undefined; | ||
playoutDelayHint: number | null; | ||
disableGamepadEvents: boolean | undefined; | ||
@@ -405,2 +408,3 @@ }, PlayerMachineEvents>>; | ||
hubbleUrl: string | undefined; | ||
playoutDelayHint: number | null; | ||
disableGamepadEvents: boolean | undefined; | ||
@@ -558,2 +562,4 @@ }; | ||
hubbleUrl?: string; | ||
/** webrtc playout delay hint,默认 null,即不设置 */ | ||
playoutDelayHint?: number | null; | ||
/** turn 传输协议,默认不指定 */ | ||
@@ -560,0 +566,0 @@ turnTransport?: undefined | 'tcp' | 'udp'; |
{ | ||
"name": "@cloudgaming/paas-web", | ||
"license": "BSD-3-Clause", | ||
"version": "2.17.1", | ||
"version": "2.17.2", | ||
"files": [ | ||
@@ -6,0 +6,0 @@ "dist" |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
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
3985911
125282