@voicenter-team/opensips-js 1.0.136 → 1.0.137

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.
@@ -20135,15 +20135,16 @@ function Pf(c, t) {
20135
20135
  return a.connect(s), s.connect(o), s.gain.value = t, o.stream;
20136
20136
  }
20137
20137
  function YT(c, t, n, a) {
20138
+ console.log("LOG syncStream 1");
20138
20139
  const o = document.createElement("audio");
20139
- o.id = t._id, o.className = "audioTag", o.srcObject = c, wh() || (o.setSinkId(n), o.volume = a), o.play(), t.audioTag = o;
20140
+ console.log("LOG syncStream 2"), o.id = t._id, o.className = "audioTag", o.srcObject = c, console.log("LOG syncStream 2"), wh() || (console.log("LOG syncStream NOT MOBILE 1"), o.setSinkId(n), console.log("LOG syncStream NOT MOBILE 2"), o.volume = a), console.log("LOG syncStream 4"), o.play(), console.log("LOG syncStream 5"), t.audioTag = o, console.log("LOG syncStream 6");
20140
20141
  }
20141
20142
  function JT(c) {
20142
20143
  if (c && typeof c.log == "function" && typeof c.warn == "function" && typeof c.error == "function")
20143
20144
  return !0;
20144
20145
  }
20145
20146
  function wh() {
20146
- return /Mobi|Android|iPhone/i.test(navigator.userAgent);
20147
+ return console.log("LOG isMobile navigator.userAgent", navigator.userAgent), /Mobi|Android|iPhone/i.test(navigator.userAgent);
20147
20148
  }
20148
20149
  const zT = ut, XT = Zt(), Dt = new zT("WebSocketInterface");
20149
20150
  var QT = class {