opensips-js-vue 0.1.11 → 0.1.12

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/library/super.mjs CHANGED
@@ -26157,11 +26157,11 @@ const rd = Ge(!1), id = Ge(!1), od = Ge(!1), u_ = Ge({}), ld = Ge({}), ad = Ge(!
26157
26157
  xn(c_, (l) => {
26158
26158
  !l.length && Ks.value && (Ks.value = void 0);
26159
26159
  });
26160
- xn(Lu, async (l) => {
26161
- await cn.actions.setMicrophone(l);
26160
+ xn(Lu, async (l, n) => {
26161
+ l !== n && await cn.actions.setMicrophone(l);
26162
26162
  });
26163
- xn(xu, async (l) => {
26164
- await cn.actions.setSpeaker(l);
26163
+ xn(xu, async (l, n) => {
26164
+ l !== n && await cn.actions.setSpeaker(l);
26165
26165
  });
26166
26166
  xn(Hu, (l) => {
26167
26167
  cn.actions.setMuteWhenJoin(l);