amazon-ivs-web-broadcast
Advanced tools
Comparing version 1.8.0 to 1.9.0
@@ -13,2 +13,3 @@ /*! Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. SPDX-License-Identifier: Apache-2.0 */ | ||
analyticsPostUrl?: string; | ||
disableFatalSubscribeRetries?: boolean; | ||
} | ||
@@ -64,1 +65,8 @@ /** | ||
export declare function getOverrideAnalyticsPostUrl(): string | undefined; | ||
/** | ||
* Internal API to read if subscribes should not retry on fatal errors | ||
* | ||
* @hidden | ||
* @returns - Boolean if specified in override config, else undefined. | ||
*/ | ||
export declare function isFatalSubscribeRetriesDisabled(): boolean | undefined; |
@@ -122,3 +122,3 @@ import { BroadcastClientError } from '../../../client-common/errors'; | ||
readonly message: "Too many requests"; | ||
readonly fatal: true; | ||
readonly fatal: false; | ||
readonly nominal: false; | ||
@@ -291,3 +291,3 @@ } | { | ||
readonly message: "Too many requests"; | ||
readonly fatal: true; | ||
readonly fatal: false; | ||
readonly nominal: false; | ||
@@ -294,0 +294,0 @@ }; |
@@ -9,7 +9,5 @@ import { AnalyticsTracker } from '../../client-common/analytics/analytics-tracker'; | ||
DISCONNECTED = "disconnected", | ||
INIT = "init", | ||
CONNECTING = "connecting", | ||
CONNECTED = "connected", | ||
PAUSED = "paused", | ||
FAILED = "failed" | ||
ERRORED = "errored" | ||
} | ||
@@ -16,0 +14,0 @@ export declare type SubscriptionState = { |
@@ -22,2 +22,9 @@ /*! Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. SPDX-License-Identifier: Apache-2.0 */ | ||
private onSubscriptionStateChange; | ||
/** | ||
* Update and emit this remote participant's StageParticipnatSubscribeState if | ||
* it differs from the current state. | ||
* | ||
* @param state - the updated StageParticipantSubscribeState | ||
*/ | ||
private updateSubscriptionState; | ||
private onSubscriptionMediaStream; | ||
@@ -24,0 +31,0 @@ updateSubscribeStateIfNecessary: (newSubscribeType: SubscribeType) => void; |
{ | ||
"name": "amazon-ivs-web-broadcast", | ||
"version": "1.8.0", | ||
"version": "1.9.0", | ||
"description": "Amazon IVS Web Broadcast SDK", | ||
@@ -51,4 +51,3 @@ "files": [ | ||
"test:e2e-broadcast": "npm run pretest:e2e && cd e2e/ && npx playwright test specs/broadcast/ -c tests-out/", | ||
"test:e2e-stages": "npm run pretest:e2e && cd e2e/ && npx playwright test specs/stages/ -c tests-out/", | ||
"test:e2e-stagesv2": "npm run pretest:e2e && cd e2e/ && npx playwright test specs/stagesv2/ -c tests-out/", | ||
"test:e2e-stages": "npm run pretest:e2e && cd e2e/ && npx playwright test specs/stagesv2/ -c tests-out/", | ||
"e2e-list": "npm run pretest:e2e && cd e2e/ && npx playwright test --list --reporter=json -c tests-out/ --project='Chrome Desktop' 2>&1| tee ./e2e-list.json", | ||
@@ -55,0 +54,0 @@ "e2e-create-report": "npm run e2e-list && node ./e2e/e2e-report.js", |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
623904
5492
29
2
3
1
14