@koi-design/callkit 1.0.24-beta.37 → 1.0.24-beta.38
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/index.global.js +0 -1
- package/dist/index.global.js.map +1 -1
- package/dist/index.js +0 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +0 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.global.js
CHANGED
|
@@ -19096,7 +19096,6 @@ var WebCall = (() => {
|
|
|
19096
19096
|
version
|
|
19097
19097
|
});
|
|
19098
19098
|
}).catch(async (err) => {
|
|
19099
|
-
await this.unregister();
|
|
19100
19099
|
this.callKit.logger.error(err?.message, {
|
|
19101
19100
|
errCode: ErrorCode.WEBRTC_REGISTER_ERROR
|
|
19102
19101
|
});
|