@webex/web-client-media-engine 2.0.2 → 2.0.3
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/cjs/index.js +3 -0
- package/dist/cjs/index.js.map +1 -1
- package/dist/esm/index.js +3 -0
- package/dist/esm/index.js.map +1 -1
- package/dist/types/index.d.ts +10 -10
- package/package.json +1 -1
package/dist/esm/index.js
CHANGED
|
@@ -13749,6 +13749,9 @@ class MultistreamConnection extends EventEmitter {
|
|
|
13749
13749
|
});
|
|
13750
13750
|
}
|
|
13751
13751
|
});
|
|
13752
|
+
if (getBrowserDetails().name === 'Firefox') {
|
|
13753
|
+
setupBundle(parsed, this.options.bundlePolicy, this.midMap);
|
|
13754
|
+
}
|
|
13752
13755
|
return parsed.toString();
|
|
13753
13756
|
}
|
|
13754
13757
|
preProcessRemoteAnswer(answer) {
|