amazon-ivs-web-broadcast 1.35.0 → 1.36.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -254,6 +254,7 @@ declare enum AnalyticsEvents {
|
|
|
254
254
|
LEAVE = "ivs_broadcast_multihost_leave",
|
|
255
255
|
REASSIGNMENT_REQUEST = "ivs_broadcast_multihost_reassignment_request",
|
|
256
256
|
SERVER_REQUEST = "ivs_broadcast_multihost_server_request",
|
|
257
|
+
SERVER_RESPONSE = "ivs_broadcast_multihost_server_response",
|
|
257
258
|
TRACE = "ivs_broadcast_stage_trace",
|
|
258
259
|
ERROR = "ivs_broadcast_error",
|
|
259
260
|
MINUTE = "ivs_broadcast_multihost_minute",
|
|
@@ -2262,6 +2263,7 @@ export declare class Stage extends TypedEmitter<StageEventMap> {
|
|
|
2262
2263
|
private strategyWrapper;
|
|
2263
2264
|
private token;
|
|
2264
2265
|
private stageConnection;
|
|
2266
|
+
private stageConfig;
|
|
2265
2267
|
private connectionState;
|
|
2266
2268
|
private participants;
|
|
2267
2269
|
private localParticipant?;
|