@vindral/web-sdk 4.1.10 → 4.2.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.
@@ -70,7 +70,7 @@ function J(e) {
70
70
  function j(e) {
71
71
  return e.tracks.filter((t) => !!t.codec).filter((t) => U(t.codec || "")).map((t, n) => {
72
72
  const r = t.codec, s = t.bitrate;
73
- f(r, "codec is required"), f(s != null, "bitrate is required");
73
+ f(r, "codec is required"), f(s !== void 0, "bitrate is required");
74
74
  const a = U(r);
75
75
  if (f(a, "codec is required"), y(a) === "audio") {
76
76
  const c = t.samplerate || 0, i = t.channelConfig === "stereo" ? 2 : 1;