@opentok/client 2.28.4-alpha.23 → 2.28.4-alpha.24

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.
@@ -1,11 +1,11 @@
1
1
  /**
2
- * @license OpenTok.js 2.28.4 b9c49d1
2
+ * @license OpenTok.js 2.28.4 035a11f
3
3
  *
4
4
  * Copyright (c) 2010-2024 TokBox, Inc.
5
5
  * Subject to the applicable Software Development Kit (SDK) License Agreement:
6
6
  * https://www.vonage.com/legal/communications-apis/terms-of-use/
7
7
  *
8
- * Date: Wed, 13 Nov 2024 19:24:55 GMT
8
+ * Date: Fri, 15 Nov 2024 04:59:03 GMT
9
9
  */
10
10
 
11
11
  (function webpackUniversalModuleDefinition(root, factory) {
@@ -8082,7 +8082,7 @@ const logging = (0, _log.default)('StaticConfig');
8082
8082
  */
8083
8083
 
8084
8084
  /** @type builtInConfig */
8085
- const builtInConfig = (0, _cloneDeep.default)({"version":"v2.28.4","buildHash":"b9c49d1","minimumVersion":{"firefox":52,"chrome":49},"debug":false,"websiteURL":"http://www.tokbox.com","configURL":"https://config.opentok.com","ipWhitelistConfigURL":"","cdnURL":"","loggingURL":"https://hlg.tokbox.com/prod","apiURL":"https://anvil.opentok.com"});
8085
+ const builtInConfig = (0, _cloneDeep.default)({"version":"v2.28.4","buildHash":"035a11f","minimumVersion":{"firefox":52,"chrome":49},"debug":false,"websiteURL":"http://www.tokbox.com","configURL":"https://config.opentok.com","ipWhitelistConfigURL":"","cdnURL":"","loggingURL":"https://hlg.tokbox.com/prod","apiURL":"https://anvil.opentok.com"});
8086
8086
  const whitelistAllowedRuntimeProperties = (0, _pick.default)(['apiURL', 'assetURL', 'cdnURL', 'sessionInfoOverrides', 'loggingURL']);
8087
8087
  const liveConfigMap = {
8088
8088
  apiUrl: 'apiURL',
@@ -20984,7 +20984,6 @@ function PublisherFactory(_ref) {
20984
20984
  this.trigger('publishComplete', otError(reason === 'mediaStopped' ? Errors.MEDIA_ENDED : Errors.CANCEL, err));
20985
20985
  }
20986
20986
  this.session = null;
20987
- this.streamId = null;
20988
20987
  logAnalyticsEvent('unpublish', 'Success');
20989
20988
  this._.streamDestroyed(reason);
20990
20989
  return this;
@@ -21008,6 +21007,7 @@ function PublisherFactory(_ref) {
21008
21007
  if (!event.isDefaultPrevented()) {
21009
21008
  this.destroy();
21010
21009
  }
21010
+ this.streamId = null;
21011
21011
  },
21012
21012
  archivingStatus(status) {
21013
21013
  if (chromeMixin) {