videomail-client 8.2.1 → 8.2.2
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.
|
@@ -541,8 +541,8 @@ const Recorder = function (visuals, replay, defaultOptions = {}) {
|
|
|
541
541
|
retryTimeout = setTimeout(initSocket, options.timeouts.userMedia);
|
|
542
542
|
} else if (unloaded) {
|
|
543
543
|
/*
|
|
544
|
-
* can happen
|
|
545
|
-
* are still in process.
|
|
544
|
+
* This can happen when a container is unloaded but some user media related callbacks
|
|
545
|
+
* are still in process. In that case ignore error.
|
|
546
546
|
*/
|
|
547
547
|
debug("Recorder: already unloaded. Not going to throw error", err);
|
|
548
548
|
} else {
|