@webex/event-dictionary-ts 1.0.1706 → 1.0.1707
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.
|
@@ -21881,7 +21881,8 @@
|
|
|
21881
21881
|
"NO_PACKET_SEND_ERROR\t# No packets send out.",
|
|
21882
21882
|
"NETWORK_LOST_ERROR\t# Network lost causes meeting end.",
|
|
21883
21883
|
"MEDIA_NOT_AVAILABLE\t# Media is not available after media channel is created, such as SCR failure.",
|
|
21884
|
-
"MEDIA_CONNECT_FAILURE"
|
|
21884
|
+
"MEDIA_CONNECT_FAILURE",
|
|
21885
|
+
"MEDIA_CONNECT_STATE"
|
|
21885
21886
|
]
|
|
21886
21887
|
},
|
|
21887
21888
|
"errorCode": {
|
|
@@ -9386,7 +9386,8 @@
|
|
|
9386
9386
|
"NO_PACKET_SEND_ERROR\t# No packets send out.",
|
|
9387
9387
|
"NETWORK_LOST_ERROR\t# Network lost causes meeting end.",
|
|
9388
9388
|
"MEDIA_NOT_AVAILABLE\t# Media is not available after media channel is created, such as SCR failure.",
|
|
9389
|
-
"MEDIA_CONNECT_FAILURE"
|
|
9389
|
+
"MEDIA_CONNECT_FAILURE",
|
|
9390
|
+
"MEDIA_CONNECT_STATE"
|
|
9390
9391
|
]
|
|
9391
9392
|
},
|
|
9392
9393
|
"errorCode": {
|
|
@@ -9301,7 +9301,8 @@ export interface Event {
|
|
|
9301
9301
|
| "NO_PACKET_SEND_ERROR\t# No packets send out."
|
|
9302
9302
|
| "NETWORK_LOST_ERROR\t# Network lost causes meeting end."
|
|
9303
9303
|
| "MEDIA_NOT_AVAILABLE\t# Media is not available after media channel is created, such as SCR failure."
|
|
9304
|
-
| "MEDIA_CONNECT_FAILURE"
|
|
9304
|
+
| "MEDIA_CONNECT_FAILURE"
|
|
9305
|
+
| "MEDIA_CONNECT_STATE";
|
|
9305
9306
|
errorCode?: number;
|
|
9306
9307
|
errorCodeExt1?: number;
|
|
9307
9308
|
errorDescription?: string;
|
|
@@ -22461,7 +22462,8 @@ export interface MediaQualityEvent {
|
|
|
22461
22462
|
| "NO_PACKET_SEND_ERROR\t# No packets send out."
|
|
22462
22463
|
| "NETWORK_LOST_ERROR\t# Network lost causes meeting end."
|
|
22463
22464
|
| "MEDIA_NOT_AVAILABLE\t# Media is not available after media channel is created, such as SCR failure."
|
|
22464
|
-
| "MEDIA_CONNECT_FAILURE"
|
|
22465
|
+
| "MEDIA_CONNECT_FAILURE"
|
|
22466
|
+
| "MEDIA_CONNECT_STATE";
|
|
22465
22467
|
errorCode?: number;
|
|
22466
22468
|
errorCodeExt1?: number;
|
|
22467
22469
|
errorDescription?: string;
|
package/package.json
CHANGED