@besovideo/webrtc-player 0.8.80 → 0.8.81
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.
- package/dist/main.es.js +2 -2
- package/package.json +1 -1
package/dist/main.es.js
CHANGED
|
@@ -111,7 +111,7 @@ var __async = (__this, __arguments, generator) => {
|
|
|
111
111
|
var define_processenv_default;
|
|
112
112
|
var init_define_processenv = __esm({
|
|
113
113
|
"<define:processenv>"() {
|
|
114
|
-
define_processenv_default = { NODE_ENV: "production", SH_LIB_NAME: "@besovideo/webrtc-player", SH_LIB_VERSION: "0.8.
|
|
114
|
+
define_processenv_default = { NODE_ENV: "production", SH_LIB_NAME: "@besovideo/webrtc-player", SH_LIB_VERSION: "0.8.81", PROJECT_NAMESPACE: "bvplayer" };
|
|
115
115
|
}
|
|
116
116
|
});
|
|
117
117
|
|
|
@@ -5053,7 +5053,7 @@ var getDeviceBvrtc = (param, token, signal) => __async(void 0, null, function* (
|
|
|
5053
5053
|
signal
|
|
5054
5054
|
);
|
|
5055
5055
|
logger_default.api("\u8BBE\u5907\u97F3\u89C6\u9891\u6D41 bvrtc\u65B9\u5F0F\u6253\u5F00dialog: ", { params, resData });
|
|
5056
|
-
if (resData == null ? void 0 : resData.code) {
|
|
5056
|
+
if ((resData == null ? void 0 : resData.code) == 9) {
|
|
5057
5057
|
throw new TokenFailError("token fail");
|
|
5058
5058
|
}
|
|
5059
5059
|
if (!resData || resData.code !== 0 || !((_a = resData.data) == null ? void 0 : _a.dialogid))
|