@opentok/client 2.23.9 → 2.24.0
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/js/opentok.js +399 -299
- package/dist/js/opentok.js.map +1 -1
- package/dist/js/opentok.min.js +6 -6
- package/dist/js/opentok.min.js.map +1 -1
- package/package.json +1 -1
package/dist/js/opentok.js
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @license OpenTok.js 2.
|
|
2
|
+
* @license OpenTok.js 2.24.0 d25b080e1
|
|
3
3
|
*
|
|
4
4
|
* Copyright (c) 2010-2022 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: Tue,
|
|
8
|
+
* Date: Tue, 25 Oct 2022 23:24:22 GMT
|
|
9
9
|
*/
|
|
10
10
|
|
|
11
11
|
(function webpackUniversalModuleDefinition(root, factory) {
|
|
@@ -5017,7 +5017,7 @@ module.exports = function (deps) {
|
|
|
5017
5017
|
|
|
5018
5018
|
const getNativeEnumerateDevices = deps.getNativeEnumerateDevices || __webpack_require__(287)();
|
|
5019
5019
|
|
|
5020
|
-
const getNativeMediaDevices = deps.getNativeMediaDevices || __webpack_require__(
|
|
5020
|
+
const getNativeMediaDevices = deps.getNativeMediaDevices || __webpack_require__(639)();
|
|
5021
5021
|
|
|
5022
5022
|
const _ref = deps.currentAudioOutputDevice || __webpack_require__(107),
|
|
5023
5023
|
getCurrentAudioOutputDeviceId = _ref.getCurrentAudioOutputDeviceId;
|
|
@@ -6453,7 +6453,7 @@ const _require = __webpack_require__(101),
|
|
|
6453
6453
|
/** @type builtInConfig */
|
|
6454
6454
|
|
|
6455
6455
|
|
|
6456
|
-
const builtInConfig = cloneDeep({"version":"v2.
|
|
6456
|
+
const builtInConfig = cloneDeep({"version":"v2.24.0","buildHash":"d25b080e1","minimumVersion":{"firefox":52,"chrome":49},"debug":"false","websiteURL":"http://www.tokbox.com","configURL":"https://config.opentok.com","ipWhitelistConfigURL":"","cdnURL":"https://static.opentok.com","loggingURL":"https://hlg.tokbox.com/prod","apiURL":"https://anvil.opentok.com"});
|
|
6457
6457
|
const whitelistAllowedRuntimeProperties = pick(['apiURL', 'assetURL', 'cdnURL', 'sessionInfoOverrides', 'loggingURL']);
|
|
6458
6458
|
const liveConfigMap = {
|
|
6459
6459
|
apiUrl: 'apiURL',
|
|
@@ -8943,17 +8943,19 @@ module.exports = function PeerConnectionFactory(deps) {
|
|
|
8943
8943
|
|
|
8944
8944
|
const subscribeProcessor = deps.subscribeProcessor || __webpack_require__(627);
|
|
8945
8945
|
|
|
8946
|
-
const
|
|
8947
|
-
|
|
8948
|
-
|
|
8946
|
+
const OfferAnswerProcessor = __webpack_require__(628);
|
|
8947
|
+
|
|
8948
|
+
const _ref = deps.changeMediaDirection || __webpack_require__(630),
|
|
8949
|
+
deactivateMedia = _ref.changeMediaDirectionToInactive,
|
|
8950
|
+
reactivateMedia = _ref.changeMediaDirectionToRecvOnly;
|
|
8949
8951
|
|
|
8950
8952
|
const Qos = deps.Qos || __webpack_require__(279).default;
|
|
8951
8953
|
|
|
8952
8954
|
const windowMock = deps.global || (typeof window !== undefined ? window : global);
|
|
8953
8955
|
|
|
8954
|
-
const debounce = deps.debounce || __webpack_require__(
|
|
8956
|
+
const debounce = deps.debounce || __webpack_require__(634);
|
|
8955
8957
|
|
|
8956
|
-
const needsToSwapH264Profiles = deps.needsToSwapH264Profiles || __webpack_require__(
|
|
8958
|
+
const needsToSwapH264Profiles = deps.needsToSwapH264Profiles || __webpack_require__(636).once;
|
|
8957
8959
|
|
|
8958
8960
|
const futureIsPeerConnectionValid = () => hasValidPeerConnection(windowMock.RTCPeerConnection);
|
|
8959
8961
|
|
|
@@ -8966,7 +8968,7 @@ module.exports = function PeerConnectionFactory(deps) {
|
|
|
8966
8968
|
|
|
8967
8969
|
const ExceptionCodes = deps.ExceptionCodes || __webpack_require__(10);
|
|
8968
8970
|
|
|
8969
|
-
const hasPictureInPictureBug = deps.hasPictureInPictureBug || __webpack_require__(
|
|
8971
|
+
const hasPictureInPictureBug = deps.hasPictureInPictureBug || __webpack_require__(637); // Unified-plan does not transition to failed. Plan-b used to transition after 10 secs (empirically measured)
|
|
8970
8972
|
|
|
8971
8973
|
|
|
8972
8974
|
const DISCONNECT_TO_FAILED_TIMEOUT = 10000; // Helper function to forward Ice Candidates via +sendMessage+
|
|
@@ -9029,9 +9031,6 @@ module.exports = function PeerConnectionFactory(deps) {
|
|
|
9029
9031
|
logAnalyticsEvent = _options2$logAnalytic === void 0 ? noop : _options2$logAnalytic,
|
|
9030
9032
|
originalSendMessage = _options2.sendMessage,
|
|
9031
9033
|
remoteConnectionId = _options2.remoteConnectionId;
|
|
9032
|
-
let offerAnswerPending = false; // Whether we have an offer out and are waiting for an answer
|
|
9033
|
-
|
|
9034
|
-
let regenerateOffer = false;
|
|
9035
9034
|
let processingOffer = false; // Whether we are currently processing an offer
|
|
9036
9035
|
|
|
9037
9036
|
let pendingOfferMessage; // An offer we received that is pending waiting on a previous offer
|
|
@@ -9043,6 +9042,7 @@ module.exports = function PeerConnectionFactory(deps) {
|
|
|
9043
9042
|
let sFrameReceiverClient;
|
|
9044
9043
|
let sFrameSenderClient;
|
|
9045
9044
|
let sFrameSenderId;
|
|
9045
|
+
const offerAnswerProcessor = new OfferAnswerProcessor(logAnalyticsEvent);
|
|
9046
9046
|
const cleanupJobs = createCleanupJobs();
|
|
9047
9047
|
|
|
9048
9048
|
function sendMessage(type, payload) {
|
|
@@ -9726,14 +9726,10 @@ module.exports = function PeerConnectionFactory(deps) {
|
|
|
9726
9726
|
}
|
|
9727
9727
|
};
|
|
9728
9728
|
|
|
9729
|
-
_peerConnection.setRemoteDescription(_answer).then(success).catch(failure);
|
|
9729
|
+
_peerConnection.setRemoteDescription(_answer).then(success).catch(failure); // Once answer is received, the offerAnswer process is resolved.
|
|
9730
9730
|
|
|
9731
|
-
offerAnswerPending = false;
|
|
9732
9731
|
|
|
9733
|
-
|
|
9734
|
-
regenerateOffer = false;
|
|
9735
|
-
api.generateOffer();
|
|
9736
|
-
}
|
|
9732
|
+
offerAnswerProcessor.setResolved();
|
|
9737
9733
|
})();
|
|
9738
9734
|
|
|
9739
9735
|
if (!env.isLegacyEdge) {
|
|
@@ -9748,7 +9744,6 @@ module.exports = function PeerConnectionFactory(deps) {
|
|
|
9748
9744
|
return;
|
|
9749
9745
|
}
|
|
9750
9746
|
|
|
9751
|
-
offerAnswerPending = true;
|
|
9752
9747
|
logAnalyticsEvent('peerConnection:processSubscribe', 'Event');
|
|
9753
9748
|
logging.debug('processSubscribe: Sending offer to subscriber.');
|
|
9754
9749
|
let numSimulcastStreams = _simulcastEnabled.get() ? config.capableSimulcastStreams : 1; // When transitioning from Mantis to P2P, in order to ensure the video quality we must
|
|
@@ -9797,11 +9792,8 @@ module.exports = function PeerConnectionFactory(deps) {
|
|
|
9797
9792
|
};
|
|
9798
9793
|
|
|
9799
9794
|
api.generateOffer = debounce(() => {
|
|
9800
|
-
|
|
9801
|
-
|
|
9802
|
-
} else {
|
|
9803
|
-
regenerateOffer = true;
|
|
9804
|
-
}
|
|
9795
|
+
// processSubscribe will handle offer creation, thus it is enqueued.
|
|
9796
|
+
offerAnswerProcessor.enqueueOfferAnswer(() => processSubscribe());
|
|
9805
9797
|
}, 100);
|
|
9806
9798
|
|
|
9807
9799
|
const triggerError = (_ref8) => {
|
|
@@ -9959,9 +9951,36 @@ module.exports = function PeerConnectionFactory(deps) {
|
|
|
9959
9951
|
|
|
9960
9952
|
api.clearFailedTimeout = () => clearTimeout(_transitionToFailedTimeOut);
|
|
9961
9953
|
|
|
9962
|
-
|
|
9954
|
+
const disableMedia = shouldDisable => {
|
|
9955
|
+
const mediaHandler = shouldDisable ? deactivateMedia : reactivateMedia;
|
|
9956
|
+
const mediaHandlerPromise = new Promise(resolve => {
|
|
9957
|
+
offerAnswerProcessor.enqueueOfferAnswer( /*#__PURE__*/(0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee6() {
|
|
9958
|
+
return _regenerator.default.wrap(function _callee6$(_context6) {
|
|
9959
|
+
while (1) switch (_context6.prev = _context6.next) {
|
|
9960
|
+
case 0:
|
|
9961
|
+
_context6.next = 2;
|
|
9962
|
+
return mediaHandler(_peerConnection);
|
|
9963
9963
|
|
|
9964
|
-
|
|
9964
|
+
case 2:
|
|
9965
|
+
// No answer is expected, thus the offerAnswer process is resolved.
|
|
9966
|
+
offerAnswerProcessor.setResolved();
|
|
9967
|
+
resolve();
|
|
9968
|
+
|
|
9969
|
+
case 4:
|
|
9970
|
+
case "end":
|
|
9971
|
+
return _context6.stop();
|
|
9972
|
+
}
|
|
9973
|
+
}, _callee6);
|
|
9974
|
+
})));
|
|
9975
|
+
});
|
|
9976
|
+
return mediaHandlerPromise;
|
|
9977
|
+
}; // Change media direction to RECVONLY enables to send media.
|
|
9978
|
+
|
|
9979
|
+
|
|
9980
|
+
api.changeMediaDirectionToRecvOnly = () => disableMedia(false); // Change media direction to INACTIVE stops sending media.
|
|
9981
|
+
|
|
9982
|
+
|
|
9983
|
+
api.changeMediaDirectionToInactive = () => disableMedia(true);
|
|
9965
9984
|
|
|
9966
9985
|
api.processMessage = (type, message) => {
|
|
9967
9986
|
logging.debug(`processMessage: Received ${type} from ${message.fromAddress}`, message);
|
|
@@ -10164,8 +10183,8 @@ module.exports = function PeerConnectionFactory(deps) {
|
|
|
10164
10183
|
logAnalyticsEvent('Renegotiation', 'Success', api.getNegotiatedCodecs());
|
|
10165
10184
|
}
|
|
10166
10185
|
});
|
|
10167
|
-
api.on('error', (
|
|
10168
|
-
let prefix =
|
|
10186
|
+
api.on('error', (_ref10) => {
|
|
10187
|
+
let prefix = _ref10.prefix;
|
|
10169
10188
|
|
|
10170
10189
|
if (renegotiationInProgress && ['CreateOffer', 'SetRemoteDescription'].indexOf(prefix) !== -1) {
|
|
10171
10190
|
renegotiationInProgress = false;
|
|
@@ -10261,7 +10280,7 @@ module.exports = IntervalRunner;
|
|
|
10261
10280
|
|
|
10262
10281
|
const pick = __webpack_require__(48);
|
|
10263
10282
|
|
|
10264
|
-
const mapValues = __webpack_require__(
|
|
10283
|
+
const mapValues = __webpack_require__(656);
|
|
10265
10284
|
|
|
10266
10285
|
const isObject = __webpack_require__(11);
|
|
10267
10286
|
|
|
@@ -14976,11 +14995,11 @@ module.exports = function screenSharingFactory(deps) {
|
|
|
14976
14995
|
|
|
14977
14996
|
const chromeExtensionHelper = deps.chromeExtensionHelper || __webpack_require__(281)();
|
|
14978
14997
|
|
|
14979
|
-
const electronExtensionHelper = deps.electronExtensionHelper || __webpack_require__(
|
|
14998
|
+
const electronExtensionHelper = deps.electronExtensionHelper || __webpack_require__(642)();
|
|
14980
14999
|
|
|
14981
15000
|
const Errors = deps.Errors || __webpack_require__(6);
|
|
14982
15001
|
|
|
14983
|
-
const firefoxExtensionHelper = deps.firefoxExtensionHelper || __webpack_require__(
|
|
15002
|
+
const firefoxExtensionHelper = deps.firefoxExtensionHelper || __webpack_require__(644);
|
|
14984
15003
|
|
|
14985
15004
|
const getDisplayMediaExtensionHelper = deps.getDisplayMediaExtensionHelper || __webpack_require__(288);
|
|
14986
15005
|
|
|
@@ -15372,7 +15391,7 @@ var _defineProperty2 = _interopRequireDefault(__webpack_require__(15));
|
|
|
15372
15391
|
/* eslint-disable no-underscore-dangle */
|
|
15373
15392
|
const eventing = __webpack_require__(7);
|
|
15374
15393
|
|
|
15375
|
-
const hasPassiveCapability = __webpack_require__(
|
|
15394
|
+
const hasPassiveCapability = __webpack_require__(661);
|
|
15376
15395
|
|
|
15377
15396
|
const defaultLogging = __webpack_require__(2)('WidgetView');
|
|
15378
15397
|
|
|
@@ -15386,15 +15405,15 @@ const _require = __webpack_require__(165),
|
|
|
15386
15405
|
|
|
15387
15406
|
const unblockAudio = __webpack_require__(166);
|
|
15388
15407
|
|
|
15389
|
-
const waitForVideoResolution = __webpack_require__(
|
|
15408
|
+
const waitForVideoResolution = __webpack_require__(663);
|
|
15390
15409
|
|
|
15391
|
-
const defaultWaitForVideoToBePlaying = __webpack_require__(
|
|
15410
|
+
const defaultWaitForVideoToBePlaying = __webpack_require__(664);
|
|
15392
15411
|
|
|
15393
|
-
const fixMini = __webpack_require__(
|
|
15412
|
+
const fixMini = __webpack_require__(665);
|
|
15394
15413
|
|
|
15395
|
-
const getOrCreateContainer = __webpack_require__(
|
|
15414
|
+
const getOrCreateContainer = __webpack_require__(666);
|
|
15396
15415
|
|
|
15397
|
-
const ensureCSSUnit = __webpack_require__(
|
|
15416
|
+
const ensureCSSUnit = __webpack_require__(667);
|
|
15398
15417
|
|
|
15399
15418
|
const eventHelper = __webpack_require__(63);
|
|
15400
15419
|
|
|
@@ -16118,7 +16137,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
16118
16137
|
});
|
|
16119
16138
|
exports.CancellationError = exports.default = undefined;
|
|
16120
16139
|
|
|
16121
|
-
var _Cancellation = __webpack_require__(
|
|
16140
|
+
var _Cancellation = __webpack_require__(662);
|
|
16122
16141
|
|
|
16123
16142
|
var _Cancellation2 = _interopRequireDefault(_Cancellation);
|
|
16124
16143
|
|
|
@@ -16232,7 +16251,7 @@ const pick = __webpack_require__(48);
|
|
|
16232
16251
|
|
|
16233
16252
|
const once = __webpack_require__(51);
|
|
16234
16253
|
|
|
16235
|
-
const startCase = __webpack_require__(
|
|
16254
|
+
const startCase = __webpack_require__(681);
|
|
16236
16255
|
|
|
16237
16256
|
const uuid = __webpack_require__(17);
|
|
16238
16257
|
|
|
@@ -16246,7 +16265,7 @@ const _require = __webpack_require__(165),
|
|
|
16246
16265
|
|
|
16247
16266
|
const env = __webpack_require__(3);
|
|
16248
16267
|
|
|
16249
|
-
const setEncodersActiveStateDefault = __webpack_require__(
|
|
16268
|
+
const setEncodersActiveStateDefault = __webpack_require__(691);
|
|
16250
16269
|
|
|
16251
16270
|
const promisify = __webpack_require__(310);
|
|
16252
16271
|
|
|
@@ -16266,28 +16285,28 @@ const IntervalRunnerDefault = __webpack_require__(75);
|
|
|
16266
16285
|
|
|
16267
16286
|
const createCleanupJobs = __webpack_require__(154);
|
|
16268
16287
|
|
|
16269
|
-
const whitelistPublisherProperties = __webpack_require__(
|
|
16288
|
+
const whitelistPublisherProperties = __webpack_require__(692);
|
|
16270
16289
|
|
|
16271
16290
|
const defaultWidgetView = __webpack_require__(164)();
|
|
16272
16291
|
|
|
16273
|
-
const audioLevelBehaviour = __webpack_require__(
|
|
16292
|
+
const audioLevelBehaviour = __webpack_require__(693);
|
|
16274
16293
|
|
|
16275
|
-
const blockCallsUntilComplete = __webpack_require__(
|
|
16294
|
+
const blockCallsUntilComplete = __webpack_require__(694);
|
|
16276
16295
|
|
|
16277
16296
|
const unblockAudio = __webpack_require__(166);
|
|
16278
16297
|
|
|
16279
16298
|
const _require2 = __webpack_require__(24)(),
|
|
16280
16299
|
getInputMediaDevices = _require2.getInputMediaDevices;
|
|
16281
16300
|
|
|
16282
|
-
const createCanvasVideoTrack = __webpack_require__(
|
|
16301
|
+
const createCanvasVideoTrack = __webpack_require__(695);
|
|
16283
16302
|
|
|
16284
16303
|
const isSecureContextRequired = __webpack_require__(270);
|
|
16285
16304
|
|
|
16286
16305
|
const isGetRtcStatsReportSupported = __webpack_require__(309);
|
|
16287
16306
|
|
|
16288
|
-
const getDeviceIdFromStream = __webpack_require__(
|
|
16307
|
+
const getDeviceIdFromStream = __webpack_require__(696);
|
|
16289
16308
|
|
|
16290
|
-
const createStreamErrorMap = __webpack_require__(
|
|
16309
|
+
const createStreamErrorMap = __webpack_require__(697);
|
|
16291
16310
|
|
|
16292
16311
|
const _require3 = __webpack_require__(291),
|
|
16293
16312
|
setVideoContentHint = _require3.setVideoContentHint,
|
|
@@ -16360,11 +16379,11 @@ module.exports = function PublisherFactory(_ref) {
|
|
|
16360
16379
|
|
|
16361
16380
|
const setEncodersActiveState = deps.setEncodersActiveState || setEncodersActiveStateDefault;
|
|
16362
16381
|
|
|
16363
|
-
const MediaProcessor = deps.MediaProcessor || __webpack_require__(
|
|
16382
|
+
const MediaProcessor = deps.MediaProcessor || __webpack_require__(698);
|
|
16364
16383
|
|
|
16365
|
-
const MediaProcessorConnector = __webpack_require__(
|
|
16384
|
+
const MediaProcessorConnector = __webpack_require__(703);
|
|
16366
16385
|
|
|
16367
|
-
const shouldLogMediaProcessorEvents = deps.shouldLogMediaProcessorEvents || __webpack_require__(
|
|
16386
|
+
const shouldLogMediaProcessorEvents = deps.shouldLogMediaProcessorEvents || __webpack_require__(704);
|
|
16368
16387
|
|
|
16369
16388
|
const processPubOptions = deps.processPubOptions;
|
|
16370
16389
|
/**
|
|
@@ -20653,7 +20672,7 @@ module.exports = function PublisherFactory(_ref) {
|
|
|
20653
20672
|
return _regenerator.default.wrap(function _callee33$(_context33) {
|
|
20654
20673
|
while (1) switch (_context33.prev = _context33.next) {
|
|
20655
20674
|
case 0:
|
|
20656
|
-
if (!(activeSourceStreamId
|
|
20675
|
+
if (!(activeSourceStreamId !== 'P2P')) {
|
|
20657
20676
|
_context33.next = 2;
|
|
20658
20677
|
break;
|
|
20659
20678
|
}
|
|
@@ -21266,16 +21285,12 @@ module.exports = function PublisherFactory(_ref) {
|
|
|
21266
21285
|
};
|
|
21267
21286
|
/**
|
|
21268
21287
|
* Sets a
|
|
21269
|
-
* <a href="https://vonage.github.io/media-processor-docs/classes/MediaProcessorConnector
|
|
21288
|
+
* <a href="https://vonage.github.io/media-processor-docs/docs/api/classes/MediaProcessorConnector">MediaProcessorConnector</a>
|
|
21270
21289
|
* for the publisher video track.
|
|
21271
21290
|
* A publisher can have only one video MediaProcessorConnector applied at one time. When you set a new
|
|
21272
21291
|
* connector, the previously set video connector is removed.
|
|
21273
21292
|
*
|
|
21274
21293
|
* <p>
|
|
21275
|
-
* This is a <em>beta</em> feature.
|
|
21276
|
-
* </p>
|
|
21277
|
-
*
|
|
21278
|
-
* <p>
|
|
21279
21294
|
* This method is incompatible with the
|
|
21280
21295
|
* <a href="Publisher.html#applyVideoFilter">Publisher.applyVideoFilter()</a>
|
|
21281
21296
|
* method. Calling this method after <code>Publisher.applyVideoFilter(filter)</code> returns
|
|
@@ -21315,11 +21330,13 @@ module.exports = function PublisherFactory(_ref) {
|
|
|
21315
21330
|
*
|
|
21316
21331
|
* <p>
|
|
21317
21332
|
* For more information, see the
|
|
21318
|
-
* <a href="https://tokbox.com/developer/guides/
|
|
21333
|
+
* <a href="https://tokbox.com/developer/guides/audio-video/js/#media-processor">
|
|
21334
|
+
* Using the Vonage Media Processor library to apply custom transformations</a>
|
|
21319
21335
|
* developer guide.
|
|
21320
21336
|
*
|
|
21321
21337
|
* @param {MediaProcessorConnector} mediaProcessorConnector A MediaProcessorConnector instance.
|
|
21322
|
-
* See the <a href="https://vonage.github.io/media-processor-docs/
|
|
21338
|
+
* See the <a href="https://vonage.github.io/media-processor-docs/docs/intro/">Vonage Media Processor
|
|
21339
|
+
* library docs</a>.</td>
|
|
21323
21340
|
*
|
|
21324
21341
|
* @method #setVideoMediaProcessorConnector
|
|
21325
21342
|
* @memberOf Publisher
|
|
@@ -21453,16 +21470,12 @@ module.exports = function PublisherFactory(_ref) {
|
|
|
21453
21470
|
}();
|
|
21454
21471
|
/**
|
|
21455
21472
|
* Sets a
|
|
21456
|
-
* <a href="https://vonage.github.io/media-processor-docs/classes/MediaProcessorConnector
|
|
21473
|
+
* <a href="https://vonage.github.io/media-processor-docs/docs/api/classes/MediaProcessorConnector">MediaProcessorConnector</a>
|
|
21457
21474
|
* for the publisher audio track.
|
|
21458
21475
|
* A publisher can have only one audio MediaProcessorConnector applied at one time. When you set a new
|
|
21459
21476
|
* connector, the previously set audio connector is removed.
|
|
21460
21477
|
*
|
|
21461
21478
|
* <p>
|
|
21462
|
-
* This is a <em>beta</em> feature.
|
|
21463
|
-
* </p>
|
|
21464
|
-
*
|
|
21465
|
-
* <p>
|
|
21466
21479
|
* <em>Note:</em> MediaProcessors are only supported in recent versions of Chrome, Electron, Opera, and Edge.
|
|
21467
21480
|
* They are not supported in other (non-Chromium-based) browsers or on iOS. You can check if the client
|
|
21468
21481
|
* supports this feature by calling the
|
|
@@ -21490,11 +21503,13 @@ module.exports = function PublisherFactory(_ref) {
|
|
|
21490
21503
|
*
|
|
21491
21504
|
* <p>
|
|
21492
21505
|
* For more information, see the
|
|
21493
|
-
* <a href="https://tokbox.com/developer/guides/
|
|
21506
|
+
* <a href="https://tokbox.com/developer/guides/audio-video/js/#media-processor">
|
|
21507
|
+
* Using the Vonage Media Processor library to apply custom transformations</a>
|
|
21494
21508
|
* developer guide.
|
|
21495
21509
|
*
|
|
21496
21510
|
* @param {MediaProcessorConnector} mediaProcessorConnector A MediaProcessorConnector instance.
|
|
21497
|
-
* See the <a href="https://vonage.github.io/media-processor-docs/
|
|
21511
|
+
* See the <a href="https://vonage.github.io/media-processor-docs/docs/intro/">Vonage Media Processor
|
|
21512
|
+
* library docs</a>.</td>
|
|
21498
21513
|
*
|
|
21499
21514
|
* @method #setAudioMediaProcessorConnector
|
|
21500
21515
|
* @memberOf Publisher
|
|
@@ -22542,7 +22557,7 @@ const eventing = __webpack_require__(7);
|
|
|
22542
22557
|
|
|
22543
22558
|
const Events = __webpack_require__(23)();
|
|
22544
22559
|
|
|
22545
|
-
const connectionCapabilities = __webpack_require__(
|
|
22560
|
+
const connectionCapabilities = __webpack_require__(737);
|
|
22546
22561
|
/**
|
|
22547
22562
|
* The Connection object represents a connection to an OpenTok session. Each client that connects
|
|
22548
22563
|
* to a session has a unique connection, with a unique connection ID (represented by the
|
|
@@ -29014,9 +29029,9 @@ var _events = __webpack_require__(31);
|
|
|
29014
29029
|
|
|
29015
29030
|
var _clone = _interopRequireDefault(__webpack_require__(38));
|
|
29016
29031
|
|
|
29017
|
-
var _parseQOS = _interopRequireDefault(__webpack_require__(
|
|
29032
|
+
var _parseQOS = _interopRequireDefault(__webpack_require__(631));
|
|
29018
29033
|
|
|
29019
|
-
var _TruthyChangeCounter = _interopRequireDefault(__webpack_require__(
|
|
29034
|
+
var _TruthyChangeCounter = _interopRequireDefault(__webpack_require__(633));
|
|
29020
29035
|
|
|
29021
29036
|
var _now = _interopRequireDefault(__webpack_require__(50));
|
|
29022
29037
|
|
|
@@ -29454,7 +29469,7 @@ module.exports = function createChromeMixinFactory(deps) {
|
|
|
29454
29469
|
deps = {};
|
|
29455
29470
|
}
|
|
29456
29471
|
|
|
29457
|
-
const Archiving = deps.Archiving || __webpack_require__(
|
|
29472
|
+
const Archiving = deps.Archiving || __webpack_require__(638);
|
|
29458
29473
|
|
|
29459
29474
|
const AudioLevelMeter = deps.AudioLevelMeter || __webpack_require__(283);
|
|
29460
29475
|
|
|
@@ -30503,11 +30518,11 @@ const eventing = __webpack_require__(7);
|
|
|
30503
30518
|
|
|
30504
30519
|
const eventHelper = __webpack_require__(63);
|
|
30505
30520
|
|
|
30506
|
-
const destroyObj = __webpack_require__(
|
|
30521
|
+
const destroyObj = __webpack_require__(649);
|
|
30507
30522
|
|
|
30508
|
-
const patchSrcObject = __webpack_require__(
|
|
30523
|
+
const patchSrcObject = __webpack_require__(650);
|
|
30509
30524
|
|
|
30510
|
-
const isDomElementVisible = __webpack_require__(
|
|
30525
|
+
const isDomElementVisible = __webpack_require__(651);
|
|
30511
30526
|
|
|
30512
30527
|
const promiseDelay = __webpack_require__(108);
|
|
30513
30528
|
|
|
@@ -30558,13 +30573,13 @@ function NativeVideoElementWrapperFactory(deps) {
|
|
|
30558
30573
|
|
|
30559
30574
|
const audioContextProvider = deps.audioContext || __webpack_require__(158)();
|
|
30560
30575
|
|
|
30561
|
-
const canBeOrientatedMixin = deps.canBeOrientatedMixin || __webpack_require__(
|
|
30576
|
+
const canBeOrientatedMixin = deps.canBeOrientatedMixin || __webpack_require__(652);
|
|
30562
30577
|
/** @type {Document} */
|
|
30563
30578
|
|
|
30564
30579
|
|
|
30565
30580
|
const document = deps.document || (typeof window !== undefined ? window : global).document;
|
|
30566
30581
|
|
|
30567
|
-
const listenForTracksEnded = deps.listenForTracksEnded || __webpack_require__(
|
|
30582
|
+
const listenForTracksEnded = deps.listenForTracksEnded || __webpack_require__(653)();
|
|
30568
30583
|
|
|
30569
30584
|
const createLog = deps.logging || __webpack_require__(2);
|
|
30570
30585
|
|
|
@@ -31634,7 +31649,7 @@ const shouldForceTurn = __webpack_require__(297);
|
|
|
31634
31649
|
|
|
31635
31650
|
const setICEConfigWithForcedTurn = __webpack_require__(298);
|
|
31636
31651
|
|
|
31637
|
-
const getMaxBitrateForResolution = __webpack_require__(
|
|
31652
|
+
const getMaxBitrateForResolution = __webpack_require__(655);
|
|
31638
31653
|
|
|
31639
31654
|
module.exports = function PublisherPeerConnectionFactory(deps) {
|
|
31640
31655
|
if (deps === void 0) {
|
|
@@ -31649,7 +31664,7 @@ module.exports = function PublisherPeerConnectionFactory(deps) {
|
|
|
31649
31664
|
|
|
31650
31665
|
const setCertificates = deps.setCertificates || __webpack_require__(163)();
|
|
31651
31666
|
|
|
31652
|
-
const watchAudioAcquisition = deps.watchAudioAcquisition || __webpack_require__(
|
|
31667
|
+
const watchAudioAcquisition = deps.watchAudioAcquisition || __webpack_require__(657);
|
|
31653
31668
|
/**
|
|
31654
31669
|
* @typedef {object} PublisherPeerConnectionConfig
|
|
31655
31670
|
* @property {function(string, string=, object=, object=, boolean=)} logAnalyticsEvent
|
|
@@ -31982,7 +31997,7 @@ module.exports = function PublisherPeerConnectionFactory(deps) {
|
|
|
31982
31997
|
"use strict";
|
|
31983
31998
|
|
|
31984
31999
|
|
|
31985
|
-
const hasServerReflexiveCandidatesBug = __webpack_require__(
|
|
32000
|
+
const hasServerReflexiveCandidatesBug = __webpack_require__(654); // https://jira.vonage.com/browse/OPENTOK-45642
|
|
31986
32001
|
// should force TURN for bugged iOS and Safari versions
|
|
31987
32002
|
|
|
31988
32003
|
|
|
@@ -32039,7 +32054,7 @@ module.exports = function SubscriberPeerConnectionFactory(deps) {
|
|
|
32039
32054
|
|
|
32040
32055
|
const PeerConnection = deps.PeerConnection || __webpack_require__(73)();
|
|
32041
32056
|
|
|
32042
|
-
const SinglePeerConnection = deps.SinglePeerConnection || __webpack_require__(
|
|
32057
|
+
const SinglePeerConnection = deps.SinglePeerConnection || __webpack_require__(658)();
|
|
32043
32058
|
|
|
32044
32059
|
const setCertificates = deps.setCertificates || __webpack_require__(163)();
|
|
32045
32060
|
|
|
@@ -32049,7 +32064,7 @@ module.exports = function SubscriberPeerConnectionFactory(deps) {
|
|
|
32049
32064
|
|
|
32050
32065
|
const OTErrorClass = deps.OTErrorClass || __webpack_require__(22);
|
|
32051
32066
|
|
|
32052
|
-
const watchSubscriberAudio = deps.watchSubscriberAudio || __webpack_require__(
|
|
32067
|
+
const watchSubscriberAudio = deps.watchSubscriberAudio || __webpack_require__(659);
|
|
32053
32068
|
/*
|
|
32054
32069
|
* Abstracts PeerConnection related stuff away from Subscriber.
|
|
32055
32070
|
*
|
|
@@ -32649,19 +32664,19 @@ const eventNames = __webpack_require__(27);
|
|
|
32649
32664
|
|
|
32650
32665
|
const eventing = __webpack_require__(7);
|
|
32651
32666
|
|
|
32652
|
-
const waitUntil = __webpack_require__(
|
|
32667
|
+
const waitUntil = __webpack_require__(668);
|
|
32653
32668
|
|
|
32654
32669
|
const RafRunner = __webpack_require__(105);
|
|
32655
32670
|
|
|
32656
32671
|
const eventHelper = __webpack_require__(63);
|
|
32657
32672
|
|
|
32658
|
-
const interpretSubscriberCreateError = __webpack_require__(
|
|
32673
|
+
const interpretSubscriberCreateError = __webpack_require__(669);
|
|
32659
32674
|
|
|
32660
32675
|
const Errors = __webpack_require__(6);
|
|
32661
32676
|
|
|
32662
32677
|
const defaultWidgetView = __webpack_require__(164)();
|
|
32663
32678
|
|
|
32664
|
-
const audioLevelBehaviour = __webpack_require__(
|
|
32679
|
+
const audioLevelBehaviour = __webpack_require__(670);
|
|
32665
32680
|
|
|
32666
32681
|
const AudioLevelMeterDefault = __webpack_require__(283);
|
|
32667
32682
|
|
|
@@ -32685,7 +32700,7 @@ const hasAudioOutputLevelStatCapabilityDefault = __webpack_require__(304);
|
|
|
32685
32700
|
|
|
32686
32701
|
const hasRemoteStreamsWithWebAudioDefault = __webpack_require__(305);
|
|
32687
32702
|
|
|
32688
|
-
const audioLevelSamplerDefault = __webpack_require__(
|
|
32703
|
+
const audioLevelSamplerDefault = __webpack_require__(671);
|
|
32689
32704
|
|
|
32690
32705
|
const interpretPeerConnectionErrorDefault = __webpack_require__(162)();
|
|
32691
32706
|
|
|
@@ -32715,23 +32730,23 @@ const SubscriberPeerConnectionDefault = __webpack_require__(299)({
|
|
|
32715
32730
|
|
|
32716
32731
|
const SubscribingStateDefault = __webpack_require__(306);
|
|
32717
32732
|
|
|
32718
|
-
const VideoDisabledIndicatorDefault = __webpack_require__(
|
|
32733
|
+
const VideoDisabledIndicatorDefault = __webpack_require__(674);
|
|
32719
32734
|
|
|
32720
|
-
const AudioBlockedIndicatorDefault = __webpack_require__(
|
|
32735
|
+
const AudioBlockedIndicatorDefault = __webpack_require__(675);
|
|
32721
32736
|
|
|
32722
|
-
const VideoUnsupportedIndicatorDefault = __webpack_require__(
|
|
32737
|
+
const VideoUnsupportedIndicatorDefault = __webpack_require__(676);
|
|
32723
32738
|
|
|
32724
|
-
const watchFrameRateDefault = __webpack_require__(
|
|
32739
|
+
const watchFrameRateDefault = __webpack_require__(677);
|
|
32725
32740
|
|
|
32726
32741
|
const createSendMethodDefault = __webpack_require__(307);
|
|
32727
32742
|
|
|
32728
32743
|
const parseIceServersDefault = __webpack_require__(103).parseIceServers;
|
|
32729
32744
|
|
|
32730
|
-
const overallTimeout = __webpack_require__(
|
|
32745
|
+
const overallTimeout = __webpack_require__(678);
|
|
32731
32746
|
|
|
32732
|
-
const createConnectivityState = __webpack_require__(
|
|
32747
|
+
const createConnectivityState = __webpack_require__(679);
|
|
32733
32748
|
|
|
32734
|
-
const createConnectivityAttemptPinger = __webpack_require__(
|
|
32749
|
+
const createConnectivityAttemptPinger = __webpack_require__(680);
|
|
32735
32750
|
|
|
32736
32751
|
const isGetRtcStatsReportSupported = __webpack_require__(309);
|
|
32737
32752
|
|
|
@@ -35797,7 +35812,7 @@ module.exports = function SubscriberFactory(_temp) {
|
|
|
35797
35812
|
return _regenerator.default.wrap(function _callee23$(_context23) {
|
|
35798
35813
|
while (1) switch (_context23.prev = _context23.next) {
|
|
35799
35814
|
case 0:
|
|
35800
|
-
if (!(_properties.testNetwork || isLocalStream(_stream, _session))) {
|
|
35815
|
+
if (!(_properties.testNetwork || isLocalStream(_stream, _session) || _activeSourceStreamId !== 'P2P')) {
|
|
35801
35816
|
_context23.next = 2;
|
|
35802
35817
|
break;
|
|
35803
35818
|
}
|
|
@@ -37269,7 +37284,7 @@ module.exports = function promisify(fn) {
|
|
|
37269
37284
|
"use strict";
|
|
37270
37285
|
|
|
37271
37286
|
|
|
37272
|
-
const _require = __webpack_require__(
|
|
37287
|
+
const _require = __webpack_require__(699),
|
|
37273
37288
|
setVonageMetadata = _require.setVonageMetadata;
|
|
37274
37289
|
|
|
37275
37290
|
const _require2 = __webpack_require__(312),
|
|
@@ -62208,11 +62223,11 @@ const isFunction = __webpack_require__(18);
|
|
|
62208
62223
|
|
|
62209
62224
|
const isObject = __webpack_require__(11);
|
|
62210
62225
|
|
|
62211
|
-
const isNullOrFalse = __webpack_require__(
|
|
62226
|
+
const isNullOrFalse = __webpack_require__(705);
|
|
62212
62227
|
|
|
62213
|
-
const setVideoContentHintIfCanvas = __webpack_require__(
|
|
62228
|
+
const setVideoContentHintIfCanvas = __webpack_require__(706);
|
|
62214
62229
|
|
|
62215
|
-
const setScalableScreenshare = __webpack_require__(
|
|
62230
|
+
const setScalableScreenshare = __webpack_require__(707);
|
|
62216
62231
|
|
|
62217
62232
|
module.exports = function initPublisherFactory(deps) {
|
|
62218
62233
|
if (deps === void 0) {
|
|
@@ -62327,7 +62342,7 @@ module.exports = function initPublisherFactory(deps) {
|
|
|
62327
62342
|
* this to <code>false</code> when publishing high-quality audio (by setting the
|
|
62328
62343
|
* <code>audioBitrate</code> property of the <code>OT.initPublisher()</code> options). The
|
|
62329
62344
|
* default value is <code>true</code>. This setting is ignored if you set <code>disableAudioProcessing</code>
|
|
62330
|
-
* to <code>
|
|
62345
|
+
* to <code>true</code> (which disables echo cancellation, automatic gain control, and noise suppression for
|
|
62331
62346
|
* the published stream).
|
|
62332
62347
|
* </li>
|
|
62333
62348
|
* <li>
|
|
@@ -62343,7 +62358,7 @@ module.exports = function initPublisherFactory(deps) {
|
|
|
62343
62358
|
* this to <code>false</code> when publishing high-quality audio (by setting the
|
|
62344
62359
|
* <code>audioBitrate</code> property of the <code>OT.initPublisher()</code> options). The
|
|
62345
62360
|
* default value is <code>true</code>. This setting is ignored if you set <code>disableAudioProcessing</code>
|
|
62346
|
-
* to <code>
|
|
62361
|
+
* to <code>true</code> (which disables echo cancellation, automatic gain control, and noise suppression for
|
|
62347
62362
|
* the published stream).
|
|
62348
62363
|
* </li>
|
|
62349
62364
|
* <li>
|
|
@@ -62514,7 +62529,7 @@ module.exports = function initPublisherFactory(deps) {
|
|
|
62514
62529
|
* this to <code>false</code> when publishing high-quality audio (by setting the
|
|
62515
62530
|
* <code>audioBitrate</code> property of the <code>OT.initPublisher()</code> options). The
|
|
62516
62531
|
* default value is <code>true</code>. This setting is ignored if you set <code>disableAudioProcessing</code>
|
|
62517
|
-
* to <code>
|
|
62532
|
+
* to <code>true</code> (which disables echo cancellation, automatic gain control, and noise suppression for
|
|
62518
62533
|
* the published stream).
|
|
62519
62534
|
* </li>
|
|
62520
62535
|
* <li>
|
|
@@ -62880,7 +62895,7 @@ var _extends2 = _interopRequireDefault(__webpack_require__(16));
|
|
|
62880
62895
|
/* eslint-disable max-len */
|
|
62881
62896
|
const EventEmitter = __webpack_require__(31);
|
|
62882
62897
|
|
|
62883
|
-
const findKey = __webpack_require__(
|
|
62898
|
+
const findKey = __webpack_require__(708);
|
|
62884
62899
|
|
|
62885
62900
|
const isObject = __webpack_require__(11);
|
|
62886
62901
|
|
|
@@ -62900,11 +62915,11 @@ const IntervalRunner = __webpack_require__(75);
|
|
|
62900
62915
|
|
|
62901
62916
|
const promisify = __webpack_require__(310);
|
|
62902
62917
|
|
|
62903
|
-
const testRemovingVideoCodecs = __webpack_require__(
|
|
62918
|
+
const testRemovingVideoCodecs = __webpack_require__(710);
|
|
62904
62919
|
|
|
62905
|
-
const validateIceConfigFactory = __webpack_require__(
|
|
62920
|
+
const validateIceConfigFactory = __webpack_require__(711);
|
|
62906
62921
|
|
|
62907
|
-
const shouldUseSinglePeerConnection = __webpack_require__(
|
|
62922
|
+
const shouldUseSinglePeerConnection = __webpack_require__(712);
|
|
62908
62923
|
|
|
62909
62924
|
const _require = __webpack_require__(101),
|
|
62910
62925
|
prependProxyToUrlIfNeeded = _require.prependProxyToUrlIfNeeded;
|
|
@@ -62912,7 +62927,7 @@ const _require = __webpack_require__(101),
|
|
|
62912
62927
|
const _require2 = __webpack_require__(102),
|
|
62913
62928
|
getProxyUrl = _require2.getProxyUrl;
|
|
62914
62929
|
|
|
62915
|
-
const validateSecret = __webpack_require__(
|
|
62930
|
+
const validateSecret = __webpack_require__(713);
|
|
62916
62931
|
|
|
62917
62932
|
module.exports = function SessionFactory(deps) {
|
|
62918
62933
|
if (deps === void 0) {
|
|
@@ -62929,7 +62944,7 @@ module.exports = function SessionFactory(deps) {
|
|
|
62929
62944
|
|
|
62930
62945
|
const Capabilities = deps.Capabilities || __webpack_require__(169);
|
|
62931
62946
|
|
|
62932
|
-
const convertAnvilErrorCode = deps.convertAnvilErrorCode || __webpack_require__(
|
|
62947
|
+
const convertAnvilErrorCode = deps.convertAnvilErrorCode || __webpack_require__(714);
|
|
62933
62948
|
|
|
62934
62949
|
const convertRumorError = deps.convertRumorError || __webpack_require__(316);
|
|
62935
62950
|
|
|
@@ -62953,7 +62968,7 @@ module.exports = function SessionFactory(deps) {
|
|
|
62953
62968
|
|
|
62954
62969
|
const OTHelpers = deps.OTHelpers || __webpack_require__(8);
|
|
62955
62970
|
|
|
62956
|
-
const forceMuteErrors = __webpack_require__(
|
|
62971
|
+
const forceMuteErrors = __webpack_require__(715);
|
|
62957
62972
|
/** @type {typeof StaticConfigDefault} */
|
|
62958
62973
|
|
|
62959
62974
|
|
|
@@ -62964,7 +62979,7 @@ module.exports = function SessionFactory(deps) {
|
|
|
62964
62979
|
|
|
62965
62980
|
const Publisher = deps.Publisher || __webpack_require__(168)();
|
|
62966
62981
|
|
|
62967
|
-
const RaptorSocket = deps.RaptorSocket || __webpack_require__(
|
|
62982
|
+
const RaptorSocket = deps.RaptorSocket || __webpack_require__(716).default();
|
|
62968
62983
|
|
|
62969
62984
|
const SessionDispatcher = deps.SessionDispatcher || __webpack_require__(324);
|
|
62970
62985
|
|
|
@@ -62985,15 +63000,15 @@ module.exports = function SessionFactory(deps) {
|
|
|
62985
63000
|
});
|
|
62986
63001
|
const windowMock = deps.global || (typeof window !== undefined ? window : global);
|
|
62987
63002
|
|
|
62988
|
-
const getSessionInfo = deps.getSessionInfo || __webpack_require__(
|
|
63003
|
+
const getSessionInfo = deps.getSessionInfo || __webpack_require__(740)();
|
|
62989
63004
|
|
|
62990
63005
|
const SessionInfo = __webpack_require__(141);
|
|
62991
63006
|
|
|
62992
|
-
const KeyStore = deps.KeyStore || __webpack_require__(
|
|
63007
|
+
const KeyStore = deps.KeyStore || __webpack_require__(743);
|
|
62993
63008
|
|
|
62994
|
-
const SFrameClientStore = deps.SFrameClientStore || __webpack_require__(
|
|
63009
|
+
const SFrameClientStore = deps.SFrameClientStore || __webpack_require__(745);
|
|
62995
63010
|
|
|
62996
|
-
const SinglePeerConnectionController = deps.SinglePeerConnectionController || __webpack_require__(
|
|
63011
|
+
const SinglePeerConnectionController = deps.SinglePeerConnectionController || __webpack_require__(747);
|
|
62997
63012
|
|
|
62998
63013
|
const initPublisher = deps.initPublisher || __webpack_require__(314)({
|
|
62999
63014
|
Publisher
|
|
@@ -64435,7 +64450,7 @@ module.exports = function SessionFactory(deps) {
|
|
|
64435
64450
|
* set ICE configurations.
|
|
64436
64451
|
*
|
|
64437
64452
|
* <p>
|
|
64438
|
-
* This
|
|
64453
|
+
* This feature is available for projects that use the
|
|
64439
64454
|
* <a href="https://tokbox.com/developer/guides/configurable-turn-servers/">configurable
|
|
64440
64455
|
* TURN server add-on</a>.
|
|
64441
64456
|
*
|
|
@@ -66501,7 +66516,7 @@ const logging = __webpack_require__(2)('Dispatcher');
|
|
|
66501
66516
|
|
|
66502
66517
|
const RumorMessageTypes = __webpack_require__(172);
|
|
66503
66518
|
|
|
66504
|
-
const unboxFromRumorMessage = __webpack_require__(
|
|
66519
|
+
const unboxFromRumorMessage = __webpack_require__(731);
|
|
66505
66520
|
|
|
66506
66521
|
const Dispatcher = function Dispatcher() {
|
|
66507
66522
|
eventing(this);
|
|
@@ -66824,13 +66839,13 @@ const uuid = __webpack_require__(17);
|
|
|
66824
66839
|
|
|
66825
66840
|
const OTHelpers = __webpack_require__(8);
|
|
66826
66841
|
|
|
66827
|
-
const hasBundleCapability = __webpack_require__(
|
|
66842
|
+
const hasBundleCapability = __webpack_require__(734);
|
|
66828
66843
|
|
|
66829
|
-
const hasRTCPMuxCapability = __webpack_require__(
|
|
66844
|
+
const hasRTCPMuxCapability = __webpack_require__(735);
|
|
66830
66845
|
|
|
66831
66846
|
const serializeMessage = __webpack_require__(318);
|
|
66832
66847
|
|
|
66833
|
-
const supportedCryptoScheme = __webpack_require__(
|
|
66848
|
+
const supportedCryptoScheme = __webpack_require__(736);
|
|
66834
66849
|
|
|
66835
66850
|
const staticConfig = __webpack_require__(35)().onlyLocal();
|
|
66836
66851
|
|
|
@@ -67301,7 +67316,7 @@ const now = __webpack_require__(50);
|
|
|
67301
67316
|
|
|
67302
67317
|
const Connection = __webpack_require__(173);
|
|
67303
67318
|
|
|
67304
|
-
const DelayedEventQueue = __webpack_require__(
|
|
67319
|
+
const DelayedEventQueue = __webpack_require__(739);
|
|
67305
67320
|
|
|
67306
67321
|
const Dispatcher = __webpack_require__(320);
|
|
67307
67322
|
|
|
@@ -67905,8 +67920,19 @@ const _require = __webpack_require__(24)(),
|
|
|
67905
67920
|
* property is set to an empty string if the user has not previously granted access to
|
|
67906
67921
|
* a camera and microphone.</li>
|
|
67907
67922
|
* </p>
|
|
67908
|
-
* <
|
|
67909
|
-
*
|
|
67923
|
+
* <p>
|
|
67924
|
+
* <em>Notes:</em>:
|
|
67925
|
+
* <ul>
|
|
67926
|
+
* <li>
|
|
67927
|
+
* Current browser support is for desktop versions of Chrome 49+,
|
|
67928
|
+
* Edge 17+, and Opera 36+.
|
|
67929
|
+
* </li>
|
|
67930
|
+
* <li>
|
|
67931
|
+
* The browser may limit the number of returned audio output devices
|
|
67932
|
+
* to one before the user has granted access to a camera or microphone.
|
|
67933
|
+
* </li>
|
|
67934
|
+
* </ul>
|
|
67935
|
+
* </p>
|
|
67910
67936
|
*
|
|
67911
67937
|
* @see <a href="#setAudioOutputDevice">OT.setAudioOutputDevice()</a>
|
|
67912
67938
|
* @see <a href="#getActiveAudioOutputDevice">OT.getActiveAudioOutputDevice()</a>
|
|
@@ -67944,6 +67970,10 @@ const _require = __webpack_require__(24)(),
|
|
|
67944
67970
|
* property is set to an empty string if the user has not previously granted access to
|
|
67945
67971
|
* a camera and microphone.</li>
|
|
67946
67972
|
* </p>
|
|
67973
|
+
* <p>
|
|
67974
|
+
* <em>Note</em>: Current browser support is for desktop versions of Chrome 49+,
|
|
67975
|
+
* Edge 17+, and Opera 36+.
|
|
67976
|
+
* </p>
|
|
67947
67977
|
*
|
|
67948
67978
|
* @see <a href="#getAudioOutputDevices">OT.getAudioOutputDevices()</a>
|
|
67949
67979
|
* @see <a href="#setAudioOutputDevice">OT.setAudioOutputDevice()</a>
|
|
@@ -68291,7 +68321,7 @@ const Events = __webpack_require__(23)();
|
|
|
68291
68321
|
|
|
68292
68322
|
const generateSimpleStateMachine = __webpack_require__(160)();
|
|
68293
68323
|
|
|
68294
|
-
const getUserMediaHelper = __webpack_require__(
|
|
68324
|
+
const getUserMediaHelper = __webpack_require__(640)({
|
|
68295
68325
|
otError,
|
|
68296
68326
|
global: windowMock
|
|
68297
68327
|
});
|
|
@@ -68301,7 +68331,7 @@ const screenSharing = __webpack_require__(161)({
|
|
|
68301
68331
|
otError
|
|
68302
68332
|
});
|
|
68303
68333
|
|
|
68304
|
-
const processPubOptions = __webpack_require__(
|
|
68334
|
+
const processPubOptions = __webpack_require__(645)({
|
|
68305
68335
|
deviceHelpers,
|
|
68306
68336
|
generateConstraintInfo,
|
|
68307
68337
|
getUserMediaHelper,
|
|
@@ -68310,7 +68340,7 @@ const processPubOptions = __webpack_require__(643)({
|
|
|
68310
68340
|
screenSharing
|
|
68311
68341
|
});
|
|
68312
68342
|
|
|
68313
|
-
const getUserMedia = __webpack_require__(
|
|
68343
|
+
const getUserMedia = __webpack_require__(648)({
|
|
68314
68344
|
otError,
|
|
68315
68345
|
processPubOptions
|
|
68316
68346
|
});
|
|
@@ -68348,7 +68378,7 @@ const SubscriberPeerConnection = __webpack_require__(299)({
|
|
|
68348
68378
|
|
|
68349
68379
|
const PublishingState = __webpack_require__(300)();
|
|
68350
68380
|
|
|
68351
|
-
const reportIssue = __webpack_require__(
|
|
68381
|
+
const reportIssue = __webpack_require__(660)({
|
|
68352
68382
|
otError
|
|
68353
68383
|
});
|
|
68354
68384
|
|
|
@@ -68409,16 +68439,16 @@ const Session = __webpack_require__(315)({
|
|
|
68409
68439
|
Subscriber
|
|
68410
68440
|
});
|
|
68411
68441
|
|
|
68412
|
-
const initSession = __webpack_require__(
|
|
68442
|
+
const initSession = __webpack_require__(748)({
|
|
68413
68443
|
Session
|
|
68414
68444
|
}); // Allow events to be bound on OT
|
|
68415
68445
|
|
|
68416
68446
|
|
|
68417
68447
|
eventing(OT);
|
|
68418
68448
|
|
|
68419
|
-
const getSupportedCodecs = __webpack_require__(
|
|
68449
|
+
const getSupportedCodecs = __webpack_require__(749);
|
|
68420
68450
|
|
|
68421
|
-
const hasMediaProcessorSupport = __webpack_require__(
|
|
68451
|
+
const hasMediaProcessorSupport = __webpack_require__(752);
|
|
68422
68452
|
|
|
68423
68453
|
setDeprecatedProperty(OT, '$', {
|
|
68424
68454
|
name: 'OT.$',
|
|
@@ -68464,10 +68494,10 @@ OT.Error.on(eventNames.EXCEPTION, exceptionEvent => {
|
|
|
68464
68494
|
OT.Event = Event;
|
|
68465
68495
|
OT.ExceptionCodes = ExceptionCodes;
|
|
68466
68496
|
OT.ExceptionEvent = Events.ExceptionEvent;
|
|
68467
|
-
OT.getDevices = __webpack_require__(
|
|
68497
|
+
OT.getDevices = __webpack_require__(753);
|
|
68468
68498
|
OT.getAudioOutputDevices = __webpack_require__(326);
|
|
68469
68499
|
OT.getActiveAudioOutputDevice = __webpack_require__(327);
|
|
68470
|
-
OT.setAudioOutputDevice = __webpack_require__(
|
|
68500
|
+
OT.setAudioOutputDevice = __webpack_require__(754)();
|
|
68471
68501
|
OT.GetAudioLevelSampler = GetAudioLevelSampler;
|
|
68472
68502
|
OT.HAS_REQUIREMENTS = 1;
|
|
68473
68503
|
OT.IntervalRunner = IntervalRunner;
|
|
@@ -68639,7 +68669,7 @@ EnvironmentLoader.onUnload(() => {
|
|
|
68639
68669
|
sessionObjects.sessions.destroy('unloaded');
|
|
68640
68670
|
});
|
|
68641
68671
|
|
|
68642
|
-
__webpack_require__(
|
|
68672
|
+
__webpack_require__(755)();
|
|
68643
68673
|
/**
|
|
68644
68674
|
* This method is deprecated. Use <a href="#on">on()</a> or <a href="#once">once()</a> instead.
|
|
68645
68675
|
*
|
|
@@ -88844,6 +88874,71 @@ module.exports = function subscribeProcessor(_ref) {
|
|
|
88844
88874
|
"use strict";
|
|
88845
88875
|
|
|
88846
88876
|
|
|
88877
|
+
const states = __webpack_require__(629);
|
|
88878
|
+
|
|
88879
|
+
let OfferAnswerProcessor = /*#__PURE__*/function () {
|
|
88880
|
+
function OfferAnswerProcessor(logAnalyticsEvent) {
|
|
88881
|
+
// Initial state is resolved, what it means no offer/answer is ongoing.
|
|
88882
|
+
this.state = states.RESOLVED;
|
|
88883
|
+
this.offerAnswerQueue = [];
|
|
88884
|
+
this.logAnalyticsEvent = logAnalyticsEvent;
|
|
88885
|
+
}
|
|
88886
|
+
|
|
88887
|
+
var _proto = OfferAnswerProcessor.prototype;
|
|
88888
|
+
|
|
88889
|
+
_proto.setPending = function setPending() {
|
|
88890
|
+
this.state = states.PENDING;
|
|
88891
|
+
};
|
|
88892
|
+
|
|
88893
|
+
_proto.setResolved = function setResolved() {
|
|
88894
|
+
this.state = states.RESOLVED;
|
|
88895
|
+
const offerAnswer = this.offerAnswerQueue.shift();
|
|
88896
|
+
|
|
88897
|
+
if (offerAnswer) {
|
|
88898
|
+
this.logAnalyticsEvent('dequeueOfferAnswer', 'Event');
|
|
88899
|
+
this.setPending();
|
|
88900
|
+
offerAnswer();
|
|
88901
|
+
}
|
|
88902
|
+
};
|
|
88903
|
+
|
|
88904
|
+
_proto.isPending = function isPending() {
|
|
88905
|
+
return this.state === states.PENDING;
|
|
88906
|
+
};
|
|
88907
|
+
|
|
88908
|
+
_proto.enqueueOfferAnswer = function enqueueOfferAnswer(offerAnswer) {
|
|
88909
|
+
if (this.isPending()) {
|
|
88910
|
+
this.offerAnswerQueue.push(offerAnswer);
|
|
88911
|
+
this.logAnalyticsEvent('enqueueOfferAnswer', 'Event');
|
|
88912
|
+
} else {
|
|
88913
|
+
this.setPending();
|
|
88914
|
+
offerAnswer();
|
|
88915
|
+
}
|
|
88916
|
+
};
|
|
88917
|
+
|
|
88918
|
+
return OfferAnswerProcessor;
|
|
88919
|
+
}();
|
|
88920
|
+
|
|
88921
|
+
module.exports = OfferAnswerProcessor;
|
|
88922
|
+
|
|
88923
|
+
/***/ }),
|
|
88924
|
+
/* 629 */
|
|
88925
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
88926
|
+
|
|
88927
|
+
"use strict";
|
|
88928
|
+
|
|
88929
|
+
|
|
88930
|
+
module.exports = {
|
|
88931
|
+
PENDING: 'pending',
|
|
88932
|
+
RESOLVED: 'resolved'
|
|
88933
|
+
};
|
|
88934
|
+
|
|
88935
|
+
/***/ }),
|
|
88936
|
+
/* 630 */
|
|
88937
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
88938
|
+
|
|
88939
|
+
"use strict";
|
|
88940
|
+
|
|
88941
|
+
|
|
88847
88942
|
var _interopRequireDefault = __webpack_require__(1);
|
|
88848
88943
|
|
|
88849
88944
|
var _regenerator = _interopRequireDefault(__webpack_require__(4));
|
|
@@ -88912,7 +89007,7 @@ module.exports = {
|
|
|
88912
89007
|
};
|
|
88913
89008
|
|
|
88914
89009
|
/***/ }),
|
|
88915
|
-
/*
|
|
89010
|
+
/* 631 */
|
|
88916
89011
|
/***/ (function(module, exports, __webpack_require__) {
|
|
88917
89012
|
|
|
88918
89013
|
"use strict";
|
|
@@ -88944,7 +89039,7 @@ const sdpHelpers = __webpack_require__(53);
|
|
|
88944
89039
|
|
|
88945
89040
|
const getProtocolFromPriority = __webpack_require__(280);
|
|
88946
89041
|
|
|
88947
|
-
const getLocalRelayProtocol = __webpack_require__(
|
|
89042
|
+
const getLocalRelayProtocol = __webpack_require__(632);
|
|
88948
89043
|
|
|
88949
89044
|
const shouldUseStandardGetStats = __webpack_require__(104)();
|
|
88950
89045
|
|
|
@@ -89400,7 +89495,7 @@ function extendStats(stats, isPublisher) {
|
|
|
89400
89495
|
}
|
|
89401
89496
|
|
|
89402
89497
|
/***/ }),
|
|
89403
|
-
/*
|
|
89498
|
+
/* 632 */
|
|
89404
89499
|
/***/ (function(module, exports, __webpack_require__) {
|
|
89405
89500
|
|
|
89406
89501
|
"use strict";
|
|
@@ -89441,7 +89536,7 @@ module.exports = (selectedCandidatePairId, stats) => {
|
|
|
89441
89536
|
};
|
|
89442
89537
|
|
|
89443
89538
|
/***/ }),
|
|
89444
|
-
/*
|
|
89539
|
+
/* 633 */
|
|
89445
89540
|
/***/ (function(module, exports, __webpack_require__) {
|
|
89446
89541
|
|
|
89447
89542
|
"use strict";
|
|
@@ -89482,11 +89577,11 @@ let TruthyChangeCounter = /*#__PURE__*/function () {
|
|
|
89482
89577
|
exports.default = TruthyChangeCounter;
|
|
89483
89578
|
|
|
89484
89579
|
/***/ }),
|
|
89485
|
-
/*
|
|
89580
|
+
/* 634 */
|
|
89486
89581
|
/***/ (function(module, exports, __webpack_require__) {
|
|
89487
89582
|
|
|
89488
89583
|
var isObject = __webpack_require__(11),
|
|
89489
|
-
now = __webpack_require__(
|
|
89584
|
+
now = __webpack_require__(635),
|
|
89490
89585
|
toNumber = __webpack_require__(229);
|
|
89491
89586
|
|
|
89492
89587
|
/** Error message constants. */
|
|
@@ -89679,7 +89774,7 @@ module.exports = debounce;
|
|
|
89679
89774
|
|
|
89680
89775
|
|
|
89681
89776
|
/***/ }),
|
|
89682
|
-
/*
|
|
89777
|
+
/* 635 */
|
|
89683
89778
|
/***/ (function(module, exports, __webpack_require__) {
|
|
89684
89779
|
|
|
89685
89780
|
var root = __webpack_require__(14);
|
|
@@ -89708,7 +89803,7 @@ module.exports = now;
|
|
|
89708
89803
|
|
|
89709
89804
|
|
|
89710
89805
|
/***/ }),
|
|
89711
|
-
/*
|
|
89806
|
+
/* 636 */
|
|
89712
89807
|
/***/ (function(module, exports, __webpack_require__) {
|
|
89713
89808
|
|
|
89714
89809
|
"use strict";
|
|
@@ -89733,7 +89828,7 @@ exports.check = function (deps) {
|
|
|
89733
89828
|
exports.once = once(() => exports.check());
|
|
89734
89829
|
|
|
89735
89830
|
/***/ }),
|
|
89736
|
-
/*
|
|
89831
|
+
/* 637 */
|
|
89737
89832
|
/***/ (function(module, exports, __webpack_require__) {
|
|
89738
89833
|
|
|
89739
89834
|
"use strict";
|
|
@@ -89760,7 +89855,7 @@ module.exports = function (deps) {
|
|
|
89760
89855
|
};
|
|
89761
89856
|
|
|
89762
89857
|
/***/ }),
|
|
89763
|
-
/*
|
|
89858
|
+
/* 638 */
|
|
89764
89859
|
/***/ (function(module, exports, __webpack_require__) {
|
|
89765
89860
|
|
|
89766
89861
|
"use strict";
|
|
@@ -89891,7 +89986,7 @@ module.exports = function Archiving(options) {
|
|
|
89891
89986
|
};
|
|
89892
89987
|
|
|
89893
89988
|
/***/ }),
|
|
89894
|
-
/*
|
|
89989
|
+
/* 639 */
|
|
89895
89990
|
/***/ (function(module, exports, __webpack_require__) {
|
|
89896
89991
|
|
|
89897
89992
|
"use strict";
|
|
@@ -89907,7 +90002,7 @@ module.exports = function (deps) {
|
|
|
89907
90002
|
};
|
|
89908
90003
|
|
|
89909
90004
|
/***/ }),
|
|
89910
|
-
/*
|
|
90005
|
+
/* 640 */
|
|
89911
90006
|
/***/ (function(module, exports, __webpack_require__) {
|
|
89912
90007
|
|
|
89913
90008
|
"use strict";
|
|
@@ -89924,7 +90019,7 @@ const isObject = __webpack_require__(11);
|
|
|
89924
90019
|
|
|
89925
90020
|
const promiseDelay = __webpack_require__(108);
|
|
89926
90021
|
|
|
89927
|
-
const trackUsage = __webpack_require__(
|
|
90022
|
+
const trackUsage = __webpack_require__(641);
|
|
89928
90023
|
|
|
89929
90024
|
const AnalyticsHelper = __webpack_require__(26);
|
|
89930
90025
|
|
|
@@ -90316,7 +90411,7 @@ module.exports = function getUserMediaFactory(deps) {
|
|
|
90316
90411
|
/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(0)))
|
|
90317
90412
|
|
|
90318
90413
|
/***/ }),
|
|
90319
|
-
/*
|
|
90414
|
+
/* 641 */
|
|
90320
90415
|
/***/ (function(module, exports, __webpack_require__) {
|
|
90321
90416
|
|
|
90322
90417
|
"use strict";
|
|
@@ -90363,7 +90458,7 @@ module.exports = function (_temp) {
|
|
|
90363
90458
|
};
|
|
90364
90459
|
|
|
90365
90460
|
/***/ }),
|
|
90366
|
-
/*
|
|
90461
|
+
/* 642 */
|
|
90367
90462
|
/***/ (function(module, exports, __webpack_require__) {
|
|
90368
90463
|
|
|
90369
90464
|
"use strict";
|
|
@@ -90371,7 +90466,7 @@ module.exports = function (_temp) {
|
|
|
90371
90466
|
|
|
90372
90467
|
const env = __webpack_require__(3);
|
|
90373
90468
|
|
|
90374
|
-
const _require = __webpack_require__(
|
|
90469
|
+
const _require = __webpack_require__(643),
|
|
90375
90470
|
isCallbackBasedAPI = _require.isCallbackBasedAPI;
|
|
90376
90471
|
|
|
90377
90472
|
let isElectronScreenSharingSource = __webpack_require__(265);
|
|
@@ -90497,7 +90592,7 @@ module.exports = function electronExtensionHelperFactory(deps) {
|
|
|
90497
90592
|
};
|
|
90498
90593
|
|
|
90499
90594
|
/***/ }),
|
|
90500
|
-
/*
|
|
90595
|
+
/* 643 */
|
|
90501
90596
|
/***/ (function(module, exports, __webpack_require__) {
|
|
90502
90597
|
|
|
90503
90598
|
"use strict";
|
|
@@ -90515,7 +90610,7 @@ module.exports = {
|
|
|
90515
90610
|
};
|
|
90516
90611
|
|
|
90517
90612
|
/***/ }),
|
|
90518
|
-
/*
|
|
90613
|
+
/* 644 */
|
|
90519
90614
|
/***/ (function(module, exports, __webpack_require__) {
|
|
90520
90615
|
|
|
90521
90616
|
"use strict";
|
|
@@ -90583,7 +90678,7 @@ module.exports = {
|
|
|
90583
90678
|
};
|
|
90584
90679
|
|
|
90585
90680
|
/***/ }),
|
|
90586
|
-
/*
|
|
90681
|
+
/* 645 */
|
|
90587
90682
|
/***/ (function(module, exports, __webpack_require__) {
|
|
90588
90683
|
|
|
90589
90684
|
"use strict";
|
|
@@ -90597,7 +90692,7 @@ var _asyncToGenerator2 = _interopRequireDefault(__webpack_require__(5));
|
|
|
90597
90692
|
|
|
90598
90693
|
var _extends2 = _interopRequireDefault(__webpack_require__(16));
|
|
90599
90694
|
|
|
90600
|
-
const _require = __webpack_require__(
|
|
90695
|
+
const _require = __webpack_require__(646),
|
|
90601
90696
|
normaliseOptions = _require.normaliseOptions;
|
|
90602
90697
|
|
|
90603
90698
|
const _require2 = __webpack_require__(289),
|
|
@@ -90653,7 +90748,7 @@ module.exports = function processPubOptionsFactory(deps) {
|
|
|
90653
90748
|
|
|
90654
90749
|
const env = deps.env || defaultEnv;
|
|
90655
90750
|
|
|
90656
|
-
const usingOptionalMandatoryStyle = __webpack_require__(
|
|
90751
|
+
const usingOptionalMandatoryStyle = __webpack_require__(647)({
|
|
90657
90752
|
navigator: navigator || {}
|
|
90658
90753
|
});
|
|
90659
90754
|
|
|
@@ -90998,7 +91093,7 @@ module.exports = function processPubOptionsFactory(deps) {
|
|
|
90998
91093
|
};
|
|
90999
91094
|
|
|
91000
91095
|
/***/ }),
|
|
91001
|
-
/*
|
|
91096
|
+
/* 646 */
|
|
91002
91097
|
/***/ (function(module, exports, __webpack_require__) {
|
|
91003
91098
|
|
|
91004
91099
|
"use strict";
|
|
@@ -91055,7 +91150,7 @@ const normaliseOptions = (originalOptions, logPrefix, logging) => {
|
|
|
91055
91150
|
exports.normaliseOptions = normaliseOptions;
|
|
91056
91151
|
|
|
91057
91152
|
/***/ }),
|
|
91058
|
-
/*
|
|
91153
|
+
/* 647 */
|
|
91059
91154
|
/***/ (function(module, exports, __webpack_require__) {
|
|
91060
91155
|
|
|
91061
91156
|
"use strict";
|
|
@@ -91090,7 +91185,7 @@ module.exports = function usingOptionalMandatoryStyleFactory(_temp) {
|
|
|
91090
91185
|
};
|
|
91091
91186
|
|
|
91092
91187
|
/***/ }),
|
|
91093
|
-
/*
|
|
91188
|
+
/* 648 */
|
|
91094
91189
|
/***/ (function(module, exports, __webpack_require__) {
|
|
91095
91190
|
|
|
91096
91191
|
"use strict";
|
|
@@ -91184,7 +91279,7 @@ module.exports = function getUserMediaFactory(deps) {
|
|
|
91184
91279
|
};
|
|
91185
91280
|
|
|
91186
91281
|
/***/ }),
|
|
91187
|
-
/*
|
|
91282
|
+
/* 649 */
|
|
91188
91283
|
/***/ (function(module, exports, __webpack_require__) {
|
|
91189
91284
|
|
|
91190
91285
|
"use strict";
|
|
@@ -91209,7 +91304,7 @@ module.exports = function destroyObj(name, obj) {
|
|
|
91209
91304
|
};
|
|
91210
91305
|
|
|
91211
91306
|
/***/ }),
|
|
91212
|
-
/*
|
|
91307
|
+
/* 650 */
|
|
91213
91308
|
/***/ (function(module, exports, __webpack_require__) {
|
|
91214
91309
|
|
|
91215
91310
|
"use strict";
|
|
@@ -91271,7 +91366,7 @@ module.exports = el => {
|
|
|
91271
91366
|
};
|
|
91272
91367
|
|
|
91273
91368
|
/***/ }),
|
|
91274
|
-
/*
|
|
91369
|
+
/* 651 */
|
|
91275
91370
|
/***/ (function(module, exports, __webpack_require__) {
|
|
91276
91371
|
|
|
91277
91372
|
"use strict";
|
|
@@ -91319,7 +91414,7 @@ const isVisible = domElement => {
|
|
|
91319
91414
|
module.exports = domElement => isDomElement(domElement) && isInViewPort(domElement) && isVisible(domElement);
|
|
91320
91415
|
|
|
91321
91416
|
/***/ }),
|
|
91322
|
-
/*
|
|
91417
|
+
/* 652 */
|
|
91323
91418
|
/***/ (function(module, exports, __webpack_require__) {
|
|
91324
91419
|
|
|
91325
91420
|
"use strict";
|
|
@@ -91402,7 +91497,7 @@ module.exports = function canBeOrientatedMixin(self, getDomElementCallback, init
|
|
|
91402
91497
|
};
|
|
91403
91498
|
|
|
91404
91499
|
/***/ }),
|
|
91405
|
-
/*
|
|
91500
|
+
/* 653 */
|
|
91406
91501
|
/***/ (function(module, exports, __webpack_require__) {
|
|
91407
91502
|
|
|
91408
91503
|
"use strict";
|
|
@@ -91479,7 +91574,7 @@ module.exports = function listenForTracksEndedFactory() {
|
|
|
91479
91574
|
};
|
|
91480
91575
|
|
|
91481
91576
|
/***/ }),
|
|
91482
|
-
/*
|
|
91577
|
+
/* 654 */
|
|
91483
91578
|
/***/ (function(module, exports, __webpack_require__) {
|
|
91484
91579
|
|
|
91485
91580
|
"use strict";
|
|
@@ -91519,7 +91614,7 @@ module.exports = env => {
|
|
|
91519
91614
|
};
|
|
91520
91615
|
|
|
91521
91616
|
/***/ }),
|
|
91522
|
-
/*
|
|
91617
|
+
/* 655 */
|
|
91523
91618
|
/***/ (function(module, exports, __webpack_require__) {
|
|
91524
91619
|
|
|
91525
91620
|
"use strict";
|
|
@@ -91584,7 +91679,7 @@ const getMaxBitrateForResolution = (videoWidth, videoHeight) => {
|
|
|
91584
91679
|
module.exports = getMaxBitrateForResolution;
|
|
91585
91680
|
|
|
91586
91681
|
/***/ }),
|
|
91587
|
-
/*
|
|
91682
|
+
/* 656 */
|
|
91588
91683
|
/***/ (function(module, exports, __webpack_require__) {
|
|
91589
91684
|
|
|
91590
91685
|
var baseAssignValue = __webpack_require__(64),
|
|
@@ -91633,7 +91728,7 @@ module.exports = mapValues;
|
|
|
91633
91728
|
|
|
91634
91729
|
|
|
91635
91730
|
/***/ }),
|
|
91636
|
-
/*
|
|
91731
|
+
/* 657 */
|
|
91637
91732
|
/***/ (function(module, exports, __webpack_require__) {
|
|
91638
91733
|
|
|
91639
91734
|
"use strict";
|
|
@@ -91676,7 +91771,7 @@ module.exports = function watchAudioAcquisition(getStats, warningCb) {
|
|
|
91676
91771
|
};
|
|
91677
91772
|
|
|
91678
91773
|
/***/ }),
|
|
91679
|
-
/*
|
|
91774
|
+
/* 658 */
|
|
91680
91775
|
/***/ (function(module, exports, __webpack_require__) {
|
|
91681
91776
|
|
|
91682
91777
|
"use strict";
|
|
@@ -91808,7 +91903,7 @@ module.exports = function SinglePeerConnectionFactory() {
|
|
|
91808
91903
|
};
|
|
91809
91904
|
|
|
91810
91905
|
/***/ }),
|
|
91811
|
-
/*
|
|
91906
|
+
/* 659 */
|
|
91812
91907
|
/***/ (function(module, exports, __webpack_require__) {
|
|
91813
91908
|
|
|
91814
91909
|
"use strict";
|
|
@@ -91904,7 +91999,7 @@ module.exports = function watchSubscriberAudio(getStats, warningCb, disableAudio
|
|
|
91904
91999
|
};
|
|
91905
92000
|
|
|
91906
92001
|
/***/ }),
|
|
91907
|
-
/*
|
|
92002
|
+
/* 660 */
|
|
91908
92003
|
/***/ (function(module, exports, __webpack_require__) {
|
|
91909
92004
|
|
|
91910
92005
|
"use strict";
|
|
@@ -91982,7 +92077,7 @@ module.exports = function reportIssueFactory(deps) {
|
|
|
91982
92077
|
/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(0)))
|
|
91983
92078
|
|
|
91984
92079
|
/***/ }),
|
|
91985
|
-
/*
|
|
92080
|
+
/* 661 */
|
|
91986
92081
|
/***/ (function(module, exports, __webpack_require__) {
|
|
91987
92082
|
|
|
91988
92083
|
"use strict";
|
|
@@ -92010,7 +92105,7 @@ module.exports = (_ref) => {
|
|
|
92010
92105
|
};
|
|
92011
92106
|
|
|
92012
92107
|
/***/ }),
|
|
92013
|
-
/*
|
|
92108
|
+
/* 662 */
|
|
92014
92109
|
/***/ (function(module, exports, __webpack_require__) {
|
|
92015
92110
|
|
|
92016
92111
|
"use strict";
|
|
@@ -92148,7 +92243,7 @@ Cancellation.CANCELED = new Cancellation();
|
|
|
92148
92243
|
Cancellation.CANCELED.internalIsCanceled = true;
|
|
92149
92244
|
|
|
92150
92245
|
/***/ }),
|
|
92151
|
-
/*
|
|
92246
|
+
/* 663 */
|
|
92152
92247
|
/***/ (function(module, exports, __webpack_require__) {
|
|
92153
92248
|
|
|
92154
92249
|
"use strict";
|
|
@@ -92192,7 +92287,7 @@ module.exports = waitForCorrectResolution;
|
|
|
92192
92287
|
/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(0)))
|
|
92193
92288
|
|
|
92194
92289
|
/***/ }),
|
|
92195
|
-
/*
|
|
92290
|
+
/* 664 */
|
|
92196
92291
|
/***/ (function(module, exports, __webpack_require__) {
|
|
92197
92292
|
|
|
92198
92293
|
"use strict";
|
|
@@ -92233,7 +92328,7 @@ module.exports = waitForVideoToBePlaying;
|
|
|
92233
92328
|
/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(0)))
|
|
92234
92329
|
|
|
92235
92330
|
/***/ }),
|
|
92236
|
-
/*
|
|
92331
|
+
/* 665 */
|
|
92237
92332
|
/***/ (function(module, exports, __webpack_require__) {
|
|
92238
92333
|
|
|
92239
92334
|
"use strict";
|
|
@@ -92276,7 +92371,7 @@ container) {
|
|
|
92276
92371
|
};
|
|
92277
92372
|
|
|
92278
92373
|
/***/ }),
|
|
92279
|
-
/*
|
|
92374
|
+
/* 666 */
|
|
92280
92375
|
/***/ (function(module, exports, __webpack_require__) {
|
|
92281
92376
|
|
|
92282
92377
|
"use strict";
|
|
@@ -92348,7 +92443,7 @@ module.exports = function getOrCreateContainer(elementOrDomId, insertMode) {
|
|
|
92348
92443
|
};
|
|
92349
92444
|
|
|
92350
92445
|
/***/ }),
|
|
92351
|
-
/*
|
|
92446
|
+
/* 667 */
|
|
92352
92447
|
/***/ (function(module, exports, __webpack_require__) {
|
|
92353
92448
|
|
|
92354
92449
|
"use strict";
|
|
@@ -92367,7 +92462,7 @@ module.exports = function ensureCSSUnit(measurement, defaultUnit) {
|
|
|
92367
92462
|
};
|
|
92368
92463
|
|
|
92369
92464
|
/***/ }),
|
|
92370
|
-
/*
|
|
92465
|
+
/* 668 */
|
|
92371
92466
|
/***/ (function(module, exports, __webpack_require__) {
|
|
92372
92467
|
|
|
92373
92468
|
"use strict";
|
|
@@ -92409,7 +92504,7 @@ module.exports = function waitUntil(predicate, _temp) {
|
|
|
92409
92504
|
/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(0)))
|
|
92410
92505
|
|
|
92411
92506
|
/***/ }),
|
|
92412
|
-
/*
|
|
92507
|
+
/* 669 */
|
|
92413
92508
|
/***/ (function(module, exports, __webpack_require__) {
|
|
92414
92509
|
|
|
92415
92510
|
"use strict";
|
|
@@ -92438,7 +92533,7 @@ module.exports = err => {
|
|
|
92438
92533
|
};
|
|
92439
92534
|
|
|
92440
92535
|
/***/ }),
|
|
92441
|
-
/*
|
|
92536
|
+
/* 670 */
|
|
92442
92537
|
/***/ (function(module, exports, __webpack_require__) {
|
|
92443
92538
|
|
|
92444
92539
|
"use strict";
|
|
@@ -92508,7 +92603,7 @@ module.exports = (_ref) => {
|
|
|
92508
92603
|
};
|
|
92509
92604
|
|
|
92510
92605
|
/***/ }),
|
|
92511
|
-
/*
|
|
92606
|
+
/* 671 */
|
|
92512
92607
|
/***/ (function(module, exports, __webpack_require__) {
|
|
92513
92608
|
|
|
92514
92609
|
"use strict";
|
|
@@ -92519,7 +92614,7 @@ const GetAudioLevelSampler = __webpack_require__(253);
|
|
|
92519
92614
|
|
|
92520
92615
|
const WebAudioAudioLevelSampler = __webpack_require__(145);
|
|
92521
92616
|
|
|
92522
|
-
const hasSynchronizationSourcesCapability = __webpack_require__(
|
|
92617
|
+
const hasSynchronizationSourcesCapability = __webpack_require__(672);
|
|
92523
92618
|
|
|
92524
92619
|
const hasAudioOutputLevelStatCapability = __webpack_require__(304);
|
|
92525
92620
|
|
|
@@ -92527,7 +92622,7 @@ const hasRemoteStreamsWithWebAudio = __webpack_require__(305);
|
|
|
92527
92622
|
|
|
92528
92623
|
const getAudioContext = __webpack_require__(158)();
|
|
92529
92624
|
|
|
92530
|
-
const isAudioContext = __webpack_require__(
|
|
92625
|
+
const isAudioContext = __webpack_require__(673);
|
|
92531
92626
|
|
|
92532
92627
|
const logging = __webpack_require__(2)('Subscriber');
|
|
92533
92628
|
|
|
@@ -92565,7 +92660,7 @@ module.exports = function (peerConnection, deps) {
|
|
|
92565
92660
|
};
|
|
92566
92661
|
|
|
92567
92662
|
/***/ }),
|
|
92568
|
-
/*
|
|
92663
|
+
/* 672 */
|
|
92569
92664
|
/***/ (function(module, exports, __webpack_require__) {
|
|
92570
92665
|
|
|
92571
92666
|
"use strict";
|
|
@@ -92589,7 +92684,7 @@ module.exports = function (deps) {
|
|
|
92589
92684
|
};
|
|
92590
92685
|
|
|
92591
92686
|
/***/ }),
|
|
92592
|
-
/*
|
|
92687
|
+
/* 673 */
|
|
92593
92688
|
/***/ (function(module, exports, __webpack_require__) {
|
|
92594
92689
|
|
|
92595
92690
|
"use strict";
|
|
@@ -92598,7 +92693,7 @@ module.exports = function (deps) {
|
|
|
92598
92693
|
module.exports = audioContext => (typeof window !== undefined ? window : global).AudioContext && audioContext instanceof (typeof window !== undefined ? window : global).AudioContext || (typeof window !== undefined ? window : global).webkitAudioContext && audioContext instanceof (typeof window !== undefined ? window : global).webkitAudioContext;
|
|
92599
92694
|
|
|
92600
92695
|
/***/ }),
|
|
92601
|
-
/*
|
|
92696
|
+
/* 674 */
|
|
92602
92697
|
/***/ (function(module, exports, __webpack_require__) {
|
|
92603
92698
|
|
|
92604
92699
|
"use strict";
|
|
@@ -92661,7 +92756,7 @@ module.exports = function VideoDisabledIndicator(options) {
|
|
|
92661
92756
|
};
|
|
92662
92757
|
|
|
92663
92758
|
/***/ }),
|
|
92664
|
-
/*
|
|
92759
|
+
/* 675 */
|
|
92665
92760
|
/***/ (function(module, exports, __webpack_require__) {
|
|
92666
92761
|
|
|
92667
92762
|
"use strict";
|
|
@@ -92711,7 +92806,7 @@ module.exports = function AudioBlockedIndicator(options) {
|
|
|
92711
92806
|
};
|
|
92712
92807
|
|
|
92713
92808
|
/***/ }),
|
|
92714
|
-
/*
|
|
92809
|
+
/* 676 */
|
|
92715
92810
|
/***/ (function(module, exports, __webpack_require__) {
|
|
92716
92811
|
|
|
92717
92812
|
"use strict";
|
|
@@ -92758,7 +92853,7 @@ module.exports = function VideoUnsupportedIndicator(options) {
|
|
|
92758
92853
|
};
|
|
92759
92854
|
|
|
92760
92855
|
/***/ }),
|
|
92761
|
-
/*
|
|
92856
|
+
/* 677 */
|
|
92762
92857
|
/***/ (function(module, exports, __webpack_require__) {
|
|
92763
92858
|
|
|
92764
92859
|
"use strict";
|
|
@@ -92844,7 +92939,7 @@ const watchFrameRate = function watchFrameRate(getStats, delay) {
|
|
|
92844
92939
|
module.exports = watchFrameRate;
|
|
92845
92940
|
|
|
92846
92941
|
/***/ }),
|
|
92847
|
-
/*
|
|
92942
|
+
/* 678 */
|
|
92848
92943
|
/***/ (function(module, exports, __webpack_require__) {
|
|
92849
92944
|
|
|
92850
92945
|
"use strict";
|
|
@@ -92873,7 +92968,7 @@ module.exports = (_ref) => {
|
|
|
92873
92968
|
};
|
|
92874
92969
|
|
|
92875
92970
|
/***/ }),
|
|
92876
|
-
/*
|
|
92971
|
+
/* 679 */
|
|
92877
92972
|
/***/ (function(module, exports, __webpack_require__) {
|
|
92878
92973
|
|
|
92879
92974
|
"use strict";
|
|
@@ -92917,7 +93012,7 @@ module.exports = (_ref) => {
|
|
|
92917
93012
|
};
|
|
92918
93013
|
|
|
92919
93014
|
/***/ }),
|
|
92920
|
-
/*
|
|
93015
|
+
/* 680 */
|
|
92921
93016
|
/***/ (function(module, exports, __webpack_require__) {
|
|
92922
93017
|
|
|
92923
93018
|
"use strict";
|
|
@@ -92946,10 +93041,10 @@ module.exports = (_ref) => {
|
|
|
92946
93041
|
};
|
|
92947
93042
|
|
|
92948
93043
|
/***/ }),
|
|
92949
|
-
/*
|
|
93044
|
+
/* 681 */
|
|
92950
93045
|
/***/ (function(module, exports, __webpack_require__) {
|
|
92951
93046
|
|
|
92952
|
-
var createCompounder = __webpack_require__(
|
|
93047
|
+
var createCompounder = __webpack_require__(682),
|
|
92953
93048
|
upperFirst = __webpack_require__(260);
|
|
92954
93049
|
|
|
92955
93050
|
/**
|
|
@@ -92981,12 +93076,12 @@ module.exports = startCase;
|
|
|
92981
93076
|
|
|
92982
93077
|
|
|
92983
93078
|
/***/ }),
|
|
92984
|
-
/*
|
|
93079
|
+
/* 682 */
|
|
92985
93080
|
/***/ (function(module, exports, __webpack_require__) {
|
|
92986
93081
|
|
|
92987
|
-
var arrayReduce = __webpack_require__(
|
|
92988
|
-
deburr = __webpack_require__(
|
|
92989
|
-
words = __webpack_require__(
|
|
93082
|
+
var arrayReduce = __webpack_require__(683),
|
|
93083
|
+
deburr = __webpack_require__(684),
|
|
93084
|
+
words = __webpack_require__(687);
|
|
92990
93085
|
|
|
92991
93086
|
/** Used to compose unicode capture groups. */
|
|
92992
93087
|
var rsApos = "['\u2019]";
|
|
@@ -93011,7 +93106,7 @@ module.exports = createCompounder;
|
|
|
93011
93106
|
|
|
93012
93107
|
|
|
93013
93108
|
/***/ }),
|
|
93014
|
-
/*
|
|
93109
|
+
/* 683 */
|
|
93015
93110
|
/***/ (function(module, exports) {
|
|
93016
93111
|
|
|
93017
93112
|
/**
|
|
@@ -93043,10 +93138,10 @@ module.exports = arrayReduce;
|
|
|
93043
93138
|
|
|
93044
93139
|
|
|
93045
93140
|
/***/ }),
|
|
93046
|
-
/*
|
|
93141
|
+
/* 684 */
|
|
93047
93142
|
/***/ (function(module, exports, __webpack_require__) {
|
|
93048
93143
|
|
|
93049
|
-
var deburrLetter = __webpack_require__(
|
|
93144
|
+
var deburrLetter = __webpack_require__(685),
|
|
93050
93145
|
toString = __webpack_require__(61);
|
|
93051
93146
|
|
|
93052
93147
|
/** Used to match Latin Unicode letters (excluding mathematical operators). */
|
|
@@ -93094,10 +93189,10 @@ module.exports = deburr;
|
|
|
93094
93189
|
|
|
93095
93190
|
|
|
93096
93191
|
/***/ }),
|
|
93097
|
-
/*
|
|
93192
|
+
/* 685 */
|
|
93098
93193
|
/***/ (function(module, exports, __webpack_require__) {
|
|
93099
93194
|
|
|
93100
|
-
var basePropertyOf = __webpack_require__(
|
|
93195
|
+
var basePropertyOf = __webpack_require__(686);
|
|
93101
93196
|
|
|
93102
93197
|
/** Used to map Latin Unicode letters to basic Latin letters. */
|
|
93103
93198
|
var deburredLetters = {
|
|
@@ -93171,7 +93266,7 @@ module.exports = deburrLetter;
|
|
|
93171
93266
|
|
|
93172
93267
|
|
|
93173
93268
|
/***/ }),
|
|
93174
|
-
/*
|
|
93269
|
+
/* 686 */
|
|
93175
93270
|
/***/ (function(module, exports) {
|
|
93176
93271
|
|
|
93177
93272
|
/**
|
|
@@ -93191,13 +93286,13 @@ module.exports = basePropertyOf;
|
|
|
93191
93286
|
|
|
93192
93287
|
|
|
93193
93288
|
/***/ }),
|
|
93194
|
-
/*
|
|
93289
|
+
/* 687 */
|
|
93195
93290
|
/***/ (function(module, exports, __webpack_require__) {
|
|
93196
93291
|
|
|
93197
|
-
var asciiWords = __webpack_require__(
|
|
93198
|
-
hasUnicodeWord = __webpack_require__(
|
|
93292
|
+
var asciiWords = __webpack_require__(688),
|
|
93293
|
+
hasUnicodeWord = __webpack_require__(689),
|
|
93199
93294
|
toString = __webpack_require__(61),
|
|
93200
|
-
unicodeWords = __webpack_require__(
|
|
93295
|
+
unicodeWords = __webpack_require__(690);
|
|
93201
93296
|
|
|
93202
93297
|
/**
|
|
93203
93298
|
* Splits `string` into an array of its words.
|
|
@@ -93232,7 +93327,7 @@ module.exports = words;
|
|
|
93232
93327
|
|
|
93233
93328
|
|
|
93234
93329
|
/***/ }),
|
|
93235
|
-
/*
|
|
93330
|
+
/* 688 */
|
|
93236
93331
|
/***/ (function(module, exports) {
|
|
93237
93332
|
|
|
93238
93333
|
/** Used to match words composed of alphanumeric characters. */
|
|
@@ -93253,7 +93348,7 @@ module.exports = asciiWords;
|
|
|
93253
93348
|
|
|
93254
93349
|
|
|
93255
93350
|
/***/ }),
|
|
93256
|
-
/*
|
|
93351
|
+
/* 689 */
|
|
93257
93352
|
/***/ (function(module, exports) {
|
|
93258
93353
|
|
|
93259
93354
|
/** Used to detect strings that need a more robust regexp to match words. */
|
|
@@ -93274,7 +93369,7 @@ module.exports = hasUnicodeWord;
|
|
|
93274
93369
|
|
|
93275
93370
|
|
|
93276
93371
|
/***/ }),
|
|
93277
|
-
/*
|
|
93372
|
+
/* 690 */
|
|
93278
93373
|
/***/ (function(module, exports) {
|
|
93279
93374
|
|
|
93280
93375
|
/** Used to compose unicode character classes. */
|
|
@@ -93349,7 +93444,7 @@ module.exports = unicodeWords;
|
|
|
93349
93444
|
|
|
93350
93445
|
|
|
93351
93446
|
/***/ }),
|
|
93352
|
-
/*
|
|
93447
|
+
/* 691 */
|
|
93353
93448
|
/***/ (function(module, exports, __webpack_require__) {
|
|
93354
93449
|
|
|
93355
93450
|
"use strict";
|
|
@@ -93369,7 +93464,7 @@ module.exports = (peerConnection, activeState) => {
|
|
|
93369
93464
|
};
|
|
93370
93465
|
|
|
93371
93466
|
/***/ }),
|
|
93372
|
-
/*
|
|
93467
|
+
/* 692 */
|
|
93373
93468
|
/***/ (function(module, exports, __webpack_require__) {
|
|
93374
93469
|
|
|
93375
93470
|
"use strict";
|
|
@@ -93391,7 +93486,7 @@ module.exports = x => {
|
|
|
93391
93486
|
};
|
|
93392
93487
|
|
|
93393
93488
|
/***/ }),
|
|
93394
|
-
/*
|
|
93489
|
+
/* 693 */
|
|
93395
93490
|
/***/ (function(module, exports, __webpack_require__) {
|
|
93396
93491
|
|
|
93397
93492
|
"use strict";
|
|
@@ -93458,7 +93553,7 @@ module.exports = (_ref) => {
|
|
|
93458
93553
|
};
|
|
93459
93554
|
|
|
93460
93555
|
/***/ }),
|
|
93461
|
-
/*
|
|
93556
|
+
/* 694 */
|
|
93462
93557
|
/***/ (function(module, exports, __webpack_require__) {
|
|
93463
93558
|
|
|
93464
93559
|
"use strict";
|
|
@@ -93526,7 +93621,7 @@ module.exports = function blockCallsUntilComplete(fn) {
|
|
|
93526
93621
|
};
|
|
93527
93622
|
|
|
93528
93623
|
/***/ }),
|
|
93529
|
-
/*
|
|
93624
|
+
/* 695 */
|
|
93530
93625
|
/***/ (function(module, exports, __webpack_require__) {
|
|
93531
93626
|
|
|
93532
93627
|
"use strict";
|
|
@@ -93557,7 +93652,7 @@ module.exports = function createCanvasVideoTrack(dimensions) {
|
|
|
93557
93652
|
};
|
|
93558
93653
|
|
|
93559
93654
|
/***/ }),
|
|
93560
|
-
/*
|
|
93655
|
+
/* 696 */
|
|
93561
93656
|
/***/ (function(module, exports, __webpack_require__) {
|
|
93562
93657
|
|
|
93563
93658
|
"use strict";
|
|
@@ -93610,7 +93705,7 @@ module.exports = (stream, videoDevices) => {
|
|
|
93610
93705
|
};
|
|
93611
93706
|
|
|
93612
93707
|
/***/ }),
|
|
93613
|
-
/*
|
|
93708
|
+
/* 697 */
|
|
93614
93709
|
/***/ (function(module, exports, __webpack_require__) {
|
|
93615
93710
|
|
|
93616
93711
|
"use strict";
|
|
@@ -93640,7 +93735,7 @@ module.exports = error => {
|
|
|
93640
93735
|
};
|
|
93641
93736
|
|
|
93642
93737
|
/***/ }),
|
|
93643
|
-
/*
|
|
93738
|
+
/* 698 */
|
|
93644
93739
|
/***/ (function(module, exports, __webpack_require__) {
|
|
93645
93740
|
|
|
93646
93741
|
"use strict";
|
|
@@ -93658,7 +93753,7 @@ const defaultEnv = __webpack_require__(3);
|
|
|
93658
93753
|
|
|
93659
93754
|
const defaultML = __webpack_require__(311);
|
|
93660
93755
|
|
|
93661
|
-
const defaultMediaTransform = __webpack_require__(
|
|
93756
|
+
const defaultMediaTransform = __webpack_require__(700);
|
|
93662
93757
|
|
|
93663
93758
|
const logging = __webpack_require__(2)('MediaProcessor');
|
|
93664
93759
|
|
|
@@ -93983,7 +94078,7 @@ MediaProcessor.isSupported = function (deps) {
|
|
|
93983
94078
|
module.exports = MediaProcessor;
|
|
93984
94079
|
|
|
93985
94080
|
/***/ }),
|
|
93986
|
-
/*
|
|
94081
|
+
/* 699 */
|
|
93987
94082
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
93988
94083
|
|
|
93989
94084
|
"use strict";
|
|
@@ -96088,7 +96183,7 @@ class MediaProcessorConnector {
|
|
|
96088
96183
|
/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(0), __webpack_require__(43)))
|
|
96089
96184
|
|
|
96090
96185
|
/***/ }),
|
|
96091
|
-
/*
|
|
96186
|
+
/* 700 */
|
|
96092
96187
|
/***/ (function(module, exports, __webpack_require__) {
|
|
96093
96188
|
|
|
96094
96189
|
"use strict";
|
|
@@ -96097,8 +96192,8 @@ class MediaProcessorConnector {
|
|
|
96097
96192
|
/* eslint-disable global-require */
|
|
96098
96193
|
// These are all the transformers we support
|
|
96099
96194
|
const filterToConfiguratorMap = {
|
|
96100
|
-
backgroundBlur: __webpack_require__(
|
|
96101
|
-
backgroundReplacement: __webpack_require__(
|
|
96195
|
+
backgroundBlur: __webpack_require__(701),
|
|
96196
|
+
backgroundReplacement: __webpack_require__(702)
|
|
96102
96197
|
};
|
|
96103
96198
|
|
|
96104
96199
|
const isSupported = type => !!filterToConfiguratorMap[type];
|
|
@@ -96129,7 +96224,7 @@ const MediaTransform = {
|
|
|
96129
96224
|
module.exports = MediaTransform;
|
|
96130
96225
|
|
|
96131
96226
|
/***/ }),
|
|
96132
|
-
/*
|
|
96227
|
+
/* 701 */
|
|
96133
96228
|
/***/ (function(module, exports, __webpack_require__) {
|
|
96134
96229
|
|
|
96135
96230
|
"use strict";
|
|
@@ -96185,7 +96280,7 @@ const BackgroundBlurConfig = {
|
|
|
96185
96280
|
module.exports = BackgroundBlurConfig;
|
|
96186
96281
|
|
|
96187
96282
|
/***/ }),
|
|
96188
|
-
/*
|
|
96283
|
+
/* 702 */
|
|
96189
96284
|
/***/ (function(module, exports, __webpack_require__) {
|
|
96190
96285
|
|
|
96191
96286
|
"use strict";
|
|
@@ -96235,7 +96330,7 @@ const BackgroundReplacementConfig = {
|
|
|
96235
96330
|
module.exports = BackgroundReplacementConfig;
|
|
96236
96331
|
|
|
96237
96332
|
/***/ }),
|
|
96238
|
-
/*
|
|
96333
|
+
/* 703 */
|
|
96239
96334
|
/***/ (function(module, exports, __webpack_require__) {
|
|
96240
96335
|
|
|
96241
96336
|
"use strict";
|
|
@@ -96326,7 +96421,7 @@ let MediaProcessorConnector = function MediaProcessorConnector(connector) {
|
|
|
96326
96421
|
module.exports = MediaProcessorConnector;
|
|
96327
96422
|
|
|
96328
96423
|
/***/ }),
|
|
96329
|
-
/*
|
|
96424
|
+
/* 704 */
|
|
96330
96425
|
/***/ (function(module, exports, __webpack_require__) {
|
|
96331
96426
|
|
|
96332
96427
|
"use strict";
|
|
@@ -96344,7 +96439,7 @@ module.exports = session => {
|
|
|
96344
96439
|
};
|
|
96345
96440
|
|
|
96346
96441
|
/***/ }),
|
|
96347
|
-
/*
|
|
96442
|
+
/* 705 */
|
|
96348
96443
|
/***/ (function(module, exports, __webpack_require__) {
|
|
96349
96444
|
|
|
96350
96445
|
"use strict";
|
|
@@ -96355,7 +96450,7 @@ const isNullOrFalse = value => value === null || value === false;
|
|
|
96355
96450
|
module.exports = isNullOrFalse;
|
|
96356
96451
|
|
|
96357
96452
|
/***/ }),
|
|
96358
|
-
/*
|
|
96453
|
+
/* 706 */
|
|
96359
96454
|
/***/ (function(module, exports, __webpack_require__) {
|
|
96360
96455
|
|
|
96361
96456
|
"use strict";
|
|
@@ -96371,7 +96466,7 @@ module.exports = properties => {
|
|
|
96371
96466
|
};
|
|
96372
96467
|
|
|
96373
96468
|
/***/ }),
|
|
96374
|
-
/*
|
|
96469
|
+
/* 707 */
|
|
96375
96470
|
/***/ (function(module, exports, __webpack_require__) {
|
|
96376
96471
|
|
|
96377
96472
|
"use strict";
|
|
@@ -96395,10 +96490,10 @@ module.exports = properties => {
|
|
|
96395
96490
|
};
|
|
96396
96491
|
|
|
96397
96492
|
/***/ }),
|
|
96398
|
-
/*
|
|
96493
|
+
/* 708 */
|
|
96399
96494
|
/***/ (function(module, exports, __webpack_require__) {
|
|
96400
96495
|
|
|
96401
|
-
var baseFindKey = __webpack_require__(
|
|
96496
|
+
var baseFindKey = __webpack_require__(709),
|
|
96402
96497
|
baseForOwn = __webpack_require__(100),
|
|
96403
96498
|
baseIteratee = __webpack_require__(36);
|
|
96404
96499
|
|
|
@@ -96445,7 +96540,7 @@ module.exports = findKey;
|
|
|
96445
96540
|
|
|
96446
96541
|
|
|
96447
96542
|
/***/ }),
|
|
96448
|
-
/*
|
|
96543
|
+
/* 709 */
|
|
96449
96544
|
/***/ (function(module, exports) {
|
|
96450
96545
|
|
|
96451
96546
|
/**
|
|
@@ -96474,7 +96569,7 @@ module.exports = baseFindKey;
|
|
|
96474
96569
|
|
|
96475
96570
|
|
|
96476
96571
|
/***/ }),
|
|
96477
|
-
/*
|
|
96572
|
+
/* 710 */
|
|
96478
96573
|
/***/ (function(module, exports, __webpack_require__) {
|
|
96479
96574
|
|
|
96480
96575
|
"use strict";
|
|
@@ -96549,7 +96644,7 @@ module.exports = (_ref) => {
|
|
|
96549
96644
|
/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(0)))
|
|
96550
96645
|
|
|
96551
96646
|
/***/ }),
|
|
96552
|
-
/*
|
|
96647
|
+
/* 711 */
|
|
96553
96648
|
/***/ (function(module, exports, __webpack_require__) {
|
|
96554
96649
|
|
|
96555
96650
|
"use strict";
|
|
@@ -96590,7 +96685,7 @@ module.exports = (_ref) => {
|
|
|
96590
96685
|
};
|
|
96591
96686
|
|
|
96592
96687
|
/***/ }),
|
|
96593
|
-
/*
|
|
96688
|
+
/* 712 */
|
|
96594
96689
|
/***/ (function(module, exports, __webpack_require__) {
|
|
96595
96690
|
|
|
96596
96691
|
"use strict";
|
|
@@ -96618,7 +96713,7 @@ module.exports = (sessionInfo, enableSinglePeerConnection) => {
|
|
|
96618
96713
|
};
|
|
96619
96714
|
|
|
96620
96715
|
/***/ }),
|
|
96621
|
-
/*
|
|
96716
|
+
/* 713 */
|
|
96622
96717
|
/***/ (function(module, exports, __webpack_require__) {
|
|
96623
96718
|
|
|
96624
96719
|
"use strict";
|
|
@@ -96640,7 +96735,7 @@ const validateSecret = secret => {
|
|
|
96640
96735
|
module.exports = validateSecret;
|
|
96641
96736
|
|
|
96642
96737
|
/***/ }),
|
|
96643
|
-
/*
|
|
96738
|
+
/* 714 */
|
|
96644
96739
|
/***/ (function(module, exports, __webpack_require__) {
|
|
96645
96740
|
|
|
96646
96741
|
"use strict";
|
|
@@ -96671,7 +96766,7 @@ module.exports = function convertAnvilErrorCode(code) {
|
|
|
96671
96766
|
};
|
|
96672
96767
|
|
|
96673
96768
|
/***/ }),
|
|
96674
|
-
/*
|
|
96769
|
+
/* 715 */
|
|
96675
96770
|
/***/ (function(module, exports, __webpack_require__) {
|
|
96676
96771
|
|
|
96677
96772
|
"use strict";
|
|
@@ -96709,7 +96804,7 @@ module.exports = {
|
|
|
96709
96804
|
};
|
|
96710
96805
|
|
|
96711
96806
|
/***/ }),
|
|
96712
|
-
/*
|
|
96807
|
+
/* 716 */
|
|
96713
96808
|
/***/ (function(module, exports, __webpack_require__) {
|
|
96714
96809
|
|
|
96715
96810
|
"use strict";
|
|
@@ -96732,7 +96827,7 @@ var _uuid = _interopRequireDefault(__webpack_require__(17));
|
|
|
96732
96827
|
|
|
96733
96828
|
var _serializeMessage = _interopRequireDefault(__webpack_require__(318));
|
|
96734
96829
|
|
|
96735
|
-
var _defaultRumorSocket = _interopRequireDefault(__webpack_require__(
|
|
96830
|
+
var _defaultRumorSocket = _interopRequireDefault(__webpack_require__(717));
|
|
96736
96831
|
|
|
96737
96832
|
// @todo enable the following disabled rules see OPENTOK-31136 for more info
|
|
96738
96833
|
|
|
@@ -96752,7 +96847,7 @@ function RaptorSocketFactory(deps) {
|
|
|
96752
96847
|
|
|
96753
96848
|
const hasIceRestartsCapability = deps.hasIceRestartsCapability || __webpack_require__(317);
|
|
96754
96849
|
|
|
96755
|
-
const hasRenegotiationCapability = deps.hasRenegotiationCapability || __webpack_require__(
|
|
96850
|
+
const hasRenegotiationCapability = deps.hasRenegotiationCapability || __webpack_require__(733);
|
|
96756
96851
|
|
|
96757
96852
|
const hasE2eeCapability = deps.hasE2eeCapability || __webpack_require__(170);
|
|
96758
96853
|
|
|
@@ -96766,7 +96861,7 @@ function RaptorSocketFactory(deps) {
|
|
|
96766
96861
|
|
|
96767
96862
|
const Signal = deps.Signal || __webpack_require__(322);
|
|
96768
96863
|
|
|
96769
|
-
const SignalError = deps.SignalError || __webpack_require__(
|
|
96864
|
+
const SignalError = deps.SignalError || __webpack_require__(738); // The Dispatcher bit is purely to make testing simpler, it defaults to a new Dispatcher so in
|
|
96770
96865
|
// normal operation you would omit it.
|
|
96771
96866
|
|
|
96772
96867
|
|
|
@@ -97246,7 +97341,7 @@ function RaptorSocketFactory(deps) {
|
|
|
97246
97341
|
/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(0)))
|
|
97247
97342
|
|
|
97248
97343
|
/***/ }),
|
|
97249
|
-
/*
|
|
97344
|
+
/* 717 */
|
|
97250
97345
|
/***/ (function(module, exports, __webpack_require__) {
|
|
97251
97346
|
|
|
97252
97347
|
"use strict";
|
|
@@ -97259,15 +97354,15 @@ exports.default = defaultRumorSocket;
|
|
|
97259
97354
|
|
|
97260
97355
|
var _events = _interopRequireDefault(__webpack_require__(31));
|
|
97261
97356
|
|
|
97262
|
-
var _createCounter = _interopRequireDefault(__webpack_require__(
|
|
97357
|
+
var _createCounter = _interopRequireDefault(__webpack_require__(718));
|
|
97263
97358
|
|
|
97264
97359
|
var _log = _interopRequireDefault(__webpack_require__(2));
|
|
97265
97360
|
|
|
97266
|
-
var _ReconnectableSocket = _interopRequireDefault(__webpack_require__(
|
|
97361
|
+
var _ReconnectableSocket = _interopRequireDefault(__webpack_require__(719));
|
|
97267
97362
|
|
|
97268
|
-
var _RumorSocket = _interopRequireDefault(__webpack_require__(
|
|
97363
|
+
var _RumorSocket = _interopRequireDefault(__webpack_require__(724));
|
|
97269
97364
|
|
|
97270
|
-
var _WebSocket = _interopRequireDefault(__webpack_require__(
|
|
97365
|
+
var _WebSocket = _interopRequireDefault(__webpack_require__(729));
|
|
97271
97366
|
|
|
97272
97367
|
/* eslint-disable no-underscore-dangle */
|
|
97273
97368
|
function defaultRumorSocket(_temp) {
|
|
@@ -97292,7 +97387,7 @@ function defaultRumorSocket(_temp) {
|
|
|
97292
97387
|
}
|
|
97293
97388
|
|
|
97294
97389
|
/***/ }),
|
|
97295
|
-
/*
|
|
97390
|
+
/* 718 */
|
|
97296
97391
|
/***/ (function(module, exports, __webpack_require__) {
|
|
97297
97392
|
|
|
97298
97393
|
"use strict";
|
|
@@ -97310,7 +97405,7 @@ function createCounter() {
|
|
|
97310
97405
|
}
|
|
97311
97406
|
|
|
97312
97407
|
/***/ }),
|
|
97313
|
-
/*
|
|
97408
|
+
/* 719 */
|
|
97314
97409
|
/***/ (function(module, exports, __webpack_require__) {
|
|
97315
97410
|
|
|
97316
97411
|
"use strict";
|
|
@@ -97337,13 +97432,13 @@ var _logEvents = _interopRequireDefault(__webpack_require__(319));
|
|
|
97337
97432
|
|
|
97338
97433
|
var _socketCloseCodes = __webpack_require__(77);
|
|
97339
97434
|
|
|
97340
|
-
var _Timer = _interopRequireDefault(__webpack_require__(
|
|
97435
|
+
var _Timer = _interopRequireDefault(__webpack_require__(720));
|
|
97341
97436
|
|
|
97342
97437
|
var _eventHelper = _interopRequireDefault(__webpack_require__(63));
|
|
97343
97438
|
|
|
97344
|
-
var _createReadyStateMachine = _interopRequireDefault(__webpack_require__(
|
|
97439
|
+
var _createReadyStateMachine = _interopRequireDefault(__webpack_require__(721));
|
|
97345
97440
|
|
|
97346
|
-
var _drainWebSocket = _interopRequireDefault(__webpack_require__(
|
|
97441
|
+
var _drainWebSocket = _interopRequireDefault(__webpack_require__(723));
|
|
97347
97442
|
|
|
97348
97443
|
/* eslint-disable no-underscore-dangle, no-constant-condition */
|
|
97349
97444
|
const removeReturnVal = fn => function () {
|
|
@@ -97793,7 +97888,7 @@ var _default = (_ref) => {
|
|
|
97793
97888
|
exports.default = _default;
|
|
97794
97889
|
|
|
97795
97890
|
/***/ }),
|
|
97796
|
-
/*
|
|
97891
|
+
/* 720 */
|
|
97797
97892
|
/***/ (function(module, exports, __webpack_require__) {
|
|
97798
97893
|
|
|
97799
97894
|
"use strict";
|
|
@@ -97860,7 +97955,7 @@ let Timer = /*#__PURE__*/function () {
|
|
|
97860
97955
|
exports.default = Timer;
|
|
97861
97956
|
|
|
97862
97957
|
/***/ }),
|
|
97863
|
-
/*
|
|
97958
|
+
/* 721 */
|
|
97864
97959
|
/***/ (function(module, exports, __webpack_require__) {
|
|
97865
97960
|
|
|
97866
97961
|
"use strict";
|
|
@@ -97873,7 +97968,7 @@ exports.default = void 0;
|
|
|
97873
97968
|
|
|
97874
97969
|
var _javascriptStateMachine = _interopRequireDefault(__webpack_require__(308));
|
|
97875
97970
|
|
|
97876
|
-
var _elapsed = _interopRequireDefault(__webpack_require__(
|
|
97971
|
+
var _elapsed = _interopRequireDefault(__webpack_require__(722));
|
|
97877
97972
|
|
|
97878
97973
|
var _socketCloseCodes = __webpack_require__(77);
|
|
97879
97974
|
|
|
@@ -97940,7 +98035,7 @@ var _default = (_ref) => {
|
|
|
97940
98035
|
exports.default = _default;
|
|
97941
98036
|
|
|
97942
98037
|
/***/ }),
|
|
97943
|
-
/*
|
|
98038
|
+
/* 722 */
|
|
97944
98039
|
/***/ (function(module, exports, __webpack_require__) {
|
|
97945
98040
|
|
|
97946
98041
|
"use strict";
|
|
@@ -97955,7 +98050,7 @@ module.exports = timeInMilliseconds => {
|
|
|
97955
98050
|
};
|
|
97956
98051
|
|
|
97957
98052
|
/***/ }),
|
|
97958
|
-
/*
|
|
98053
|
+
/* 723 */
|
|
97959
98054
|
/***/ (function(module, exports, __webpack_require__) {
|
|
97960
98055
|
|
|
97961
98056
|
"use strict";
|
|
@@ -98019,7 +98114,7 @@ var _default = /*#__PURE__*/function () {
|
|
|
98019
98114
|
exports.default = _default;
|
|
98020
98115
|
|
|
98021
98116
|
/***/ }),
|
|
98022
|
-
/*
|
|
98117
|
+
/* 724 */
|
|
98023
98118
|
/***/ (function(module, exports, __webpack_require__) {
|
|
98024
98119
|
|
|
98025
98120
|
"use strict";
|
|
@@ -98044,11 +98139,11 @@ var _uuid = _interopRequireDefault(__webpack_require__(17));
|
|
|
98044
98139
|
|
|
98045
98140
|
var _logEvents = _interopRequireDefault(__webpack_require__(319));
|
|
98046
98141
|
|
|
98047
|
-
var _RumorMessage = _interopRequireDefault(__webpack_require__(
|
|
98142
|
+
var _RumorMessage = _interopRequireDefault(__webpack_require__(725));
|
|
98048
98143
|
|
|
98049
98144
|
var RumorMessageTypes = _interopRequireWildcard(__webpack_require__(172));
|
|
98050
98145
|
|
|
98051
|
-
var _SocketError = _interopRequireDefault(__webpack_require__(
|
|
98146
|
+
var _SocketError = _interopRequireDefault(__webpack_require__(728));
|
|
98052
98147
|
|
|
98053
98148
|
var _socketCloseCodes = __webpack_require__(77);
|
|
98054
98149
|
|
|
@@ -98376,7 +98471,7 @@ var _default = (_ref) => {
|
|
|
98376
98471
|
exports.default = _default;
|
|
98377
98472
|
|
|
98378
98473
|
/***/ }),
|
|
98379
|
-
/*
|
|
98474
|
+
/* 725 */
|
|
98380
98475
|
/***/ (function(module, exports, __webpack_require__) {
|
|
98381
98476
|
|
|
98382
98477
|
"use strict";
|
|
@@ -98393,7 +98488,7 @@ var _defineProperty2 = _interopRequireDefault(__webpack_require__(15));
|
|
|
98393
98488
|
|
|
98394
98489
|
var _uuid = _interopRequireDefault(__webpack_require__(17));
|
|
98395
98490
|
|
|
98396
|
-
var _encoding = __webpack_require__(
|
|
98491
|
+
var _encoding = __webpack_require__(726);
|
|
98397
98492
|
|
|
98398
98493
|
var RumorMessageTypes = _interopRequireWildcard(__webpack_require__(172));
|
|
98399
98494
|
|
|
@@ -98618,7 +98713,7 @@ let RumorMessage = /*#__PURE__*/function () {
|
|
|
98618
98713
|
exports.default = RumorMessage;
|
|
98619
98714
|
|
|
98620
98715
|
/***/ }),
|
|
98621
|
-
/*
|
|
98716
|
+
/* 726 */
|
|
98622
98717
|
/***/ (function(module, exports, __webpack_require__) {
|
|
98623
98718
|
|
|
98624
98719
|
"use strict";
|
|
@@ -98629,7 +98724,7 @@ var _interopRequireWildcard = __webpack_require__(110);
|
|
|
98629
98724
|
exports.__esModule = true;
|
|
98630
98725
|
exports.TextDecoder = exports.TextEncoder = void 0;
|
|
98631
98726
|
|
|
98632
|
-
var TextEncoding = _interopRequireWildcard(__webpack_require__(
|
|
98727
|
+
var TextEncoding = _interopRequireWildcard(__webpack_require__(727));
|
|
98633
98728
|
|
|
98634
98729
|
// Unfortunately it looks like the text-encoding module always returns its implementations of
|
|
98635
98730
|
// TextEncoder and TextDecoder, so we wrap it here to expose the global (window) ones, if available.
|
|
@@ -98639,7 +98734,7 @@ const TextDecoder = (typeof window !== undefined ? window : global).TextDecoder
|
|
|
98639
98734
|
exports.TextDecoder = TextDecoder;
|
|
98640
98735
|
|
|
98641
98736
|
/***/ }),
|
|
98642
|
-
/*
|
|
98737
|
+
/* 727 */
|
|
98643
98738
|
/***/ (function(__webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
98644
98739
|
|
|
98645
98740
|
"use strict";
|
|
@@ -99314,7 +99409,7 @@ function UTF8Encoder(options) {
|
|
|
99314
99409
|
|
|
99315
99410
|
|
|
99316
99411
|
/***/ }),
|
|
99317
|
-
/*
|
|
99412
|
+
/* 728 */
|
|
99318
99413
|
/***/ (function(module, exports, __webpack_require__) {
|
|
99319
99414
|
|
|
99320
99415
|
"use strict";
|
|
@@ -99370,7 +99465,7 @@ let SocketError = function SocketError(code) {
|
|
|
99370
99465
|
exports.default = SocketError;
|
|
99371
99466
|
|
|
99372
99467
|
/***/ }),
|
|
99373
|
-
/*
|
|
99468
|
+
/* 729 */
|
|
99374
99469
|
/***/ (function(module, exports, __webpack_require__) {
|
|
99375
99470
|
|
|
99376
99471
|
"use strict";
|
|
@@ -99381,7 +99476,7 @@ var _interopRequireDefault = __webpack_require__(1);
|
|
|
99381
99476
|
exports.__esModule = true;
|
|
99382
99477
|
exports.default = void 0;
|
|
99383
99478
|
|
|
99384
|
-
var _ws = _interopRequireDefault(__webpack_require__(
|
|
99479
|
+
var _ws = _interopRequireDefault(__webpack_require__(730));
|
|
99385
99480
|
|
|
99386
99481
|
var _default = (() => {
|
|
99387
99482
|
if ((typeof window !== undefined ? window : global).WebSocket) {
|
|
@@ -99394,7 +99489,7 @@ var _default = (() => {
|
|
|
99394
99489
|
exports.default = _default;
|
|
99395
99490
|
|
|
99396
99491
|
/***/ }),
|
|
99397
|
-
/*
|
|
99492
|
+
/* 730 */
|
|
99398
99493
|
/***/ (function(module, exports, __webpack_require__) {
|
|
99399
99494
|
|
|
99400
99495
|
"use strict";
|
|
@@ -99409,13 +99504,13 @@ module.exports = function () {
|
|
|
99409
99504
|
|
|
99410
99505
|
|
|
99411
99506
|
/***/ }),
|
|
99412
|
-
/*
|
|
99507
|
+
/* 731 */
|
|
99413
99508
|
/***/ (function(module, exports, __webpack_require__) {
|
|
99414
99509
|
|
|
99415
99510
|
"use strict";
|
|
99416
99511
|
|
|
99417
99512
|
|
|
99418
|
-
const deserializeMessage = __webpack_require__(
|
|
99513
|
+
const deserializeMessage = __webpack_require__(732);
|
|
99419
99514
|
|
|
99420
99515
|
module.exports = function unboxFromRumorMessage(rumorMessage) {
|
|
99421
99516
|
const message = deserializeMessage(rumorMessage.data);
|
|
@@ -99425,7 +99520,7 @@ module.exports = function unboxFromRumorMessage(rumorMessage) {
|
|
|
99425
99520
|
};
|
|
99426
99521
|
|
|
99427
99522
|
/***/ }),
|
|
99428
|
-
/*
|
|
99523
|
+
/* 732 */
|
|
99429
99524
|
/***/ (function(module, exports, __webpack_require__) {
|
|
99430
99525
|
|
|
99431
99526
|
"use strict";
|
|
@@ -99480,7 +99575,7 @@ module.exports = function deserializeMessage(msg) {
|
|
|
99480
99575
|
};
|
|
99481
99576
|
|
|
99482
99577
|
/***/ }),
|
|
99483
|
-
/*
|
|
99578
|
+
/* 733 */
|
|
99484
99579
|
/***/ (function(module, exports, __webpack_require__) {
|
|
99485
99580
|
|
|
99486
99581
|
"use strict";
|
|
@@ -99494,7 +99589,7 @@ const hasOpenTokSupport = __webpack_require__(52).once;
|
|
|
99494
99589
|
module.exports = () => hasOpenTokSupport() && ['Chrome', 'Firefox', 'Safari'].indexOf(name) > -1;
|
|
99495
99590
|
|
|
99496
99591
|
/***/ }),
|
|
99497
|
-
/*
|
|
99592
|
+
/* 734 */
|
|
99498
99593
|
/***/ (function(module, exports, __webpack_require__) {
|
|
99499
99594
|
|
|
99500
99595
|
"use strict";
|
|
@@ -99515,7 +99610,7 @@ const hasOpenTokSupport = __webpack_require__(52).once; // TODO Remove all trans
|
|
|
99515
99610
|
module.exports = () => hasOpenTokSupport() && (env.name === 'Chrome' || env.name === 'Firefox' || env.name === 'Node' || env.name === 'Safari' || env.name === 'Edge');
|
|
99516
99611
|
|
|
99517
99612
|
/***/ }),
|
|
99518
|
-
/*
|
|
99613
|
+
/* 735 */
|
|
99519
99614
|
/***/ (function(module, exports, __webpack_require__) {
|
|
99520
99615
|
|
|
99521
99616
|
"use strict";
|
|
@@ -99530,7 +99625,7 @@ const hasOpenTokSupport = __webpack_require__(52).once; // Indicates if the brow
|
|
|
99530
99625
|
module.exports = () => hasOpenTokSupport();
|
|
99531
99626
|
|
|
99532
99627
|
/***/ }),
|
|
99533
|
-
/*
|
|
99628
|
+
/* 736 */
|
|
99534
99629
|
/***/ (function(module, exports, __webpack_require__) {
|
|
99535
99630
|
|
|
99536
99631
|
"use strict";
|
|
@@ -99539,7 +99634,7 @@ module.exports = () => hasOpenTokSupport();
|
|
|
99539
99634
|
module.exports = 'DTLS_SRTP';
|
|
99540
99635
|
|
|
99541
99636
|
/***/ }),
|
|
99542
|
-
/*
|
|
99637
|
+
/* 737 */
|
|
99543
99638
|
/***/ (function(module, exports, __webpack_require__) {
|
|
99544
99639
|
|
|
99545
99640
|
"use strict";
|
|
@@ -99553,7 +99648,7 @@ module.exports = function capabilitiesFromHash(_ref) {
|
|
|
99553
99648
|
};
|
|
99554
99649
|
|
|
99555
99650
|
/***/ }),
|
|
99556
|
-
/*
|
|
99651
|
+
/* 738 */
|
|
99557
99652
|
/***/ (function(module, exports, __webpack_require__) {
|
|
99558
99653
|
|
|
99559
99654
|
"use strict";
|
|
@@ -99567,7 +99662,7 @@ module.exports = function SignalError(code, message) {
|
|
|
99567
99662
|
};
|
|
99568
99663
|
|
|
99569
99664
|
/***/ }),
|
|
99570
|
-
/*
|
|
99665
|
+
/* 739 */
|
|
99571
99666
|
/***/ (function(module, exports, __webpack_require__) {
|
|
99572
99667
|
|
|
99573
99668
|
"use strict";
|
|
@@ -99616,7 +99711,7 @@ const DelayedEventQueue = function DelayedEventQueue(eventDispatcher) {
|
|
|
99616
99711
|
module.exports = DelayedEventQueue;
|
|
99617
99712
|
|
|
99618
99713
|
/***/ }),
|
|
99619
|
-
/*
|
|
99714
|
+
/* 740 */
|
|
99620
99715
|
/***/ (function(module, exports, __webpack_require__) {
|
|
99621
99716
|
|
|
99622
99717
|
"use strict";
|
|
@@ -99638,9 +99733,9 @@ const SessionInfo = __webpack_require__(141);
|
|
|
99638
99733
|
|
|
99639
99734
|
const ExceptionCodes = __webpack_require__(10);
|
|
99640
99735
|
|
|
99641
|
-
const mapErrorCodeToName = __webpack_require__(
|
|
99736
|
+
const mapErrorCodeToName = __webpack_require__(741);
|
|
99642
99737
|
|
|
99643
|
-
const mapStatusCodeToErrorCode = __webpack_require__(
|
|
99738
|
+
const mapStatusCodeToErrorCode = __webpack_require__(742);
|
|
99644
99739
|
|
|
99645
99740
|
const promiseEndeavour = __webpack_require__(290).default;
|
|
99646
99741
|
|
|
@@ -99789,7 +99884,7 @@ function getSessionInfoFactory(_temp) {
|
|
|
99789
99884
|
module.exports = getSessionInfoFactory;
|
|
99790
99885
|
|
|
99791
99886
|
/***/ }),
|
|
99792
|
-
/*
|
|
99887
|
+
/* 741 */
|
|
99793
99888
|
/***/ (function(module, exports, __webpack_require__) {
|
|
99794
99889
|
|
|
99795
99890
|
"use strict";
|
|
@@ -99825,7 +99920,7 @@ function mapErrorCodeToName(code) {
|
|
|
99825
99920
|
module.exports = mapErrorCodeToName;
|
|
99826
99921
|
|
|
99827
99922
|
/***/ }),
|
|
99828
|
-
/*
|
|
99923
|
+
/* 742 */
|
|
99829
99924
|
/***/ (function(module, exports, __webpack_require__) {
|
|
99830
99925
|
|
|
99831
99926
|
"use strict";
|
|
@@ -99853,7 +99948,7 @@ function mapStatusCodeToErrorCode(code) {
|
|
|
99853
99948
|
module.exports = mapStatusCodeToErrorCode;
|
|
99854
99949
|
|
|
99855
99950
|
/***/ }),
|
|
99856
|
-
/*
|
|
99951
|
+
/* 743 */
|
|
99857
99952
|
/***/ (function(module, exports, __webpack_require__) {
|
|
99858
99953
|
|
|
99859
99954
|
"use strict";
|
|
@@ -99870,7 +99965,7 @@ var _inheritsLoose2 = _interopRequireDefault(__webpack_require__(49));
|
|
|
99870
99965
|
/* eslint-disable no-underscore-dangle */
|
|
99871
99966
|
const EventEmitter = __webpack_require__(31);
|
|
99872
99967
|
|
|
99873
|
-
const defaultGenerateKey = __webpack_require__(
|
|
99968
|
+
const defaultGenerateKey = __webpack_require__(744);
|
|
99874
99969
|
|
|
99875
99970
|
let KeyStore = /*#__PURE__*/function (_EventEmitter) {
|
|
99876
99971
|
(0, _inheritsLoose2.default)(KeyStore, _EventEmitter);
|
|
@@ -99954,7 +100049,7 @@ let KeyStore = /*#__PURE__*/function (_EventEmitter) {
|
|
|
99954
100049
|
module.exports = KeyStore;
|
|
99955
100050
|
|
|
99956
100051
|
/***/ }),
|
|
99957
|
-
/*
|
|
100052
|
+
/* 744 */
|
|
99958
100053
|
/***/ (function(module, exports, __webpack_require__) {
|
|
99959
100054
|
|
|
99960
100055
|
"use strict";
|
|
@@ -100009,7 +100104,7 @@ const generateKey = /*#__PURE__*/function () {
|
|
|
100009
100104
|
module.exports = generateKey;
|
|
100010
100105
|
|
|
100011
100106
|
/***/ }),
|
|
100012
|
-
/*
|
|
100107
|
+
/* 745 */
|
|
100013
100108
|
/***/ (function(module, exports, __webpack_require__) {
|
|
100014
100109
|
|
|
100015
100110
|
"use strict";
|
|
@@ -100031,7 +100126,7 @@ let sframe = {
|
|
|
100031
100126
|
|
|
100032
100127
|
if (!env.isNode) {
|
|
100033
100128
|
// eslint-disable-next-line global-require
|
|
100034
|
-
sframe = __webpack_require__(
|
|
100129
|
+
sframe = __webpack_require__(746);
|
|
100035
100130
|
}
|
|
100036
100131
|
|
|
100037
100132
|
const _sframe = sframe,
|
|
@@ -100160,7 +100255,7 @@ let SFrameClientStore = /*#__PURE__*/function () {
|
|
|
100160
100255
|
module.exports = SFrameClientStore;
|
|
100161
100256
|
|
|
100162
100257
|
/***/ }),
|
|
100163
|
-
/*
|
|
100258
|
+
/* 746 */
|
|
100164
100259
|
/***/ (function(module, exports, __webpack_require__) {
|
|
100165
100260
|
|
|
100166
100261
|
/* WEBPACK VAR INJECTION */(function(Promise) {(function webpackUniversalModuleDefinition(root, factory) {
|
|
@@ -100664,7 +100759,7 @@ module.exports = function (content, workerConstructor, workerOptions, url) {
|
|
|
100664
100759
|
/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(0)))
|
|
100665
100760
|
|
|
100666
100761
|
/***/ }),
|
|
100667
|
-
/*
|
|
100762
|
+
/* 747 */
|
|
100668
100763
|
/***/ (function(module, exports, __webpack_require__) {
|
|
100669
100764
|
|
|
100670
100765
|
"use strict";
|
|
@@ -100778,7 +100873,7 @@ let SinglePeerConnectionController = /*#__PURE__*/function () {
|
|
|
100778
100873
|
module.exports = SinglePeerConnectionController;
|
|
100779
100874
|
|
|
100780
100875
|
/***/ }),
|
|
100781
|
-
/*
|
|
100876
|
+
/* 748 */
|
|
100782
100877
|
/***/ (function(module, exports, __webpack_require__) {
|
|
100783
100878
|
|
|
100784
100879
|
"use strict";
|
|
@@ -100892,7 +100987,7 @@ module.exports = function initSessionFactory(deps) {
|
|
|
100892
100987
|
};
|
|
100893
100988
|
|
|
100894
100989
|
/***/ }),
|
|
100895
|
-
/*
|
|
100990
|
+
/* 749 */
|
|
100896
100991
|
/***/ (function(module, exports, __webpack_require__) {
|
|
100897
100992
|
|
|
100898
100993
|
"use strict";
|
|
@@ -100904,7 +100999,7 @@ var _regenerator = _interopRequireDefault(__webpack_require__(4));
|
|
|
100904
100999
|
|
|
100905
101000
|
var _asyncToGenerator2 = _interopRequireDefault(__webpack_require__(5));
|
|
100906
101001
|
|
|
100907
|
-
const difference = __webpack_require__(
|
|
101002
|
+
const difference = __webpack_require__(750);
|
|
100908
101003
|
|
|
100909
101004
|
const uniq = __webpack_require__(274);
|
|
100910
101005
|
|
|
@@ -101089,10 +101184,10 @@ const getSupportedCodecs = /*#__PURE__*/function () {
|
|
|
101089
101184
|
module.exports = getSupportedCodecs;
|
|
101090
101185
|
|
|
101091
101186
|
/***/ }),
|
|
101092
|
-
/*
|
|
101187
|
+
/* 750 */
|
|
101093
101188
|
/***/ (function(module, exports, __webpack_require__) {
|
|
101094
101189
|
|
|
101095
|
-
var baseDifference = __webpack_require__(
|
|
101190
|
+
var baseDifference = __webpack_require__(751),
|
|
101096
101191
|
baseFlatten = __webpack_require__(238),
|
|
101097
101192
|
baseRest = __webpack_require__(88),
|
|
101098
101193
|
isArrayLikeObject = __webpack_require__(131);
|
|
@@ -101128,7 +101223,7 @@ module.exports = difference;
|
|
|
101128
101223
|
|
|
101129
101224
|
|
|
101130
101225
|
/***/ }),
|
|
101131
|
-
/*
|
|
101226
|
+
/* 751 */
|
|
101132
101227
|
/***/ (function(module, exports, __webpack_require__) {
|
|
101133
101228
|
|
|
101134
101229
|
var SetCache = __webpack_require__(93),
|
|
@@ -101201,7 +101296,7 @@ module.exports = baseDifference;
|
|
|
101201
101296
|
|
|
101202
101297
|
|
|
101203
101298
|
/***/ }),
|
|
101204
|
-
/*
|
|
101299
|
+
/* 752 */
|
|
101205
101300
|
/***/ (function(module, exports, __webpack_require__) {
|
|
101206
101301
|
|
|
101207
101302
|
"use strict";
|
|
@@ -101240,7 +101335,7 @@ const _require = __webpack_require__(311),
|
|
|
101240
101335
|
module.exports = isSupported;
|
|
101241
101336
|
|
|
101242
101337
|
/***/ }),
|
|
101243
|
-
/*
|
|
101338
|
+
/* 753 */
|
|
101244
101339
|
/***/ (function(module, exports, __webpack_require__) {
|
|
101245
101340
|
|
|
101246
101341
|
"use strict";
|
|
@@ -101292,7 +101387,7 @@ module.exports = function getDevices(callback) {
|
|
|
101292
101387
|
};
|
|
101293
101388
|
|
|
101294
101389
|
/***/ }),
|
|
101295
|
-
/*
|
|
101390
|
+
/* 754 */
|
|
101296
101391
|
/***/ (function(module, exports, __webpack_require__) {
|
|
101297
101392
|
|
|
101298
101393
|
"use strict";
|
|
@@ -101328,6 +101423,11 @@ module.exports = function (deps) {
|
|
|
101328
101423
|
* successfully. If there is an error, the promise is rejected.
|
|
101329
101424
|
* </p>
|
|
101330
101425
|
*
|
|
101426
|
+
* <p>
|
|
101427
|
+
* <em>Note</em>: Current browser support is for desktop versions of Chrome 49+,
|
|
101428
|
+
* Edge 17+, and Opera 36+.
|
|
101429
|
+
* </p>
|
|
101430
|
+
*
|
|
101331
101431
|
* @see <a href="#getAudioOutputDevices">OT.getAudioOutputDevices()</a>
|
|
101332
101432
|
* @see <a href="#getActiveAudioOutputDevice">OT.getActiveAudioOutputDevice()</a>
|
|
101333
101433
|
* @method OT.setAudioOutputDevice
|
|
@@ -101395,7 +101495,7 @@ module.exports = function (deps) {
|
|
|
101395
101495
|
};
|
|
101396
101496
|
|
|
101397
101497
|
/***/ }),
|
|
101398
|
-
/*
|
|
101498
|
+
/* 755 */
|
|
101399
101499
|
/***/ (function(module, exports, __webpack_require__) {
|
|
101400
101500
|
|
|
101401
101501
|
"use strict";
|
|
@@ -101407,7 +101507,7 @@ var _regenerator = _interopRequireDefault(__webpack_require__(4));
|
|
|
101407
101507
|
|
|
101408
101508
|
var _asyncToGenerator2 = _interopRequireDefault(__webpack_require__(5));
|
|
101409
101509
|
|
|
101410
|
-
const audioOutputDevicesChangeHandler = __webpack_require__(
|
|
101510
|
+
const audioOutputDevicesChangeHandler = __webpack_require__(756)();
|
|
101411
101511
|
|
|
101412
101512
|
const _require = __webpack_require__(24)(),
|
|
101413
101513
|
hasAudioOutputApiSupport = _require.hasAudioOutputApiSupport,
|
|
@@ -101447,7 +101547,7 @@ module.exports = () => {
|
|
|
101447
101547
|
};
|
|
101448
101548
|
|
|
101449
101549
|
/***/ }),
|
|
101450
|
-
/*
|
|
101550
|
+
/* 756 */
|
|
101451
101551
|
/***/ (function(module, exports, __webpack_require__) {
|
|
101452
101552
|
|
|
101453
101553
|
"use strict";
|