@flashphoner/websdk 2.0.248 → 2.0.249
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/docTemplate/README.md +1 -1
- package/flashphoner-no-flash.js +2 -1
- package/flashphoner-no-flash.min.js +1 -1
- package/flashphoner-no-webrtc.js +2 -1
- package/flashphoner-no-webrtc.min.js +1 -1
- package/flashphoner-no-wsplayer.js +2 -1
- package/flashphoner-no-wsplayer.min.js +1 -1
- package/flashphoner-room-api.js +2 -1
- package/flashphoner-room-api.min.js +1 -1
- package/flashphoner-temasys-flash-websocket-without-adapterjs.js +2 -1
- package/flashphoner-temasys-flash-websocket.js +2 -1
- package/flashphoner-temasys-flash-websocket.min.js +1 -1
- package/flashphoner-webrtc-only.js +2 -1
- package/flashphoner-webrtc-only.min.js +1 -1
- package/flashphoner.js +2 -1
- package/flashphoner.min.js +1 -1
- package/package.json +1 -1
- package/src/flashphoner-core.js +2 -1
|
@@ -10732,7 +10732,8 @@ var createSession = function createSession(options) {
|
|
|
10732
10732
|
if (!localVideo && mediaProvider.getVideoElement) {
|
|
10733
10733
|
localVideo = mediaProvider.getVideoElement(display);
|
|
10734
10734
|
}
|
|
10735
|
-
|
|
10735
|
+
// PR #19 from GitHub to prevent Sentry issue #WCS-4239
|
|
10736
|
+
if (localVideo && localVideo.srcObject) {
|
|
10736
10737
|
localVideo.srcObject.getAudioTracks().forEach(function (track) {
|
|
10737
10738
|
var device = track.label;
|
|
10738
10739
|
if (device === "MediaStreamAudioDestinationNode" && mediaProvider.getAudioSourceDevice) {
|