@dialtribe/react-sdk 0.1.7 → 0.1.9

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.
@@ -2090,8 +2090,6 @@ function DialtribeStreamer({
2090
2090
  mediaStream,
2091
2091
  isVideo: isVideoKey && isVideoEnabled,
2092
2092
  encoderServerUrl,
2093
- disableCanvasRendering: true,
2094
- // <-- ADD THIS LINE
2095
2093
  onBytesUpdate: setBytesSent,
2096
2094
  onStateChange: (streamerState) => {
2097
2095
  if (streamerState === "live") {
@@ -3432,7 +3430,7 @@ function DialtribePlayer({
3432
3430
  const playerContent = /* @__PURE__ */ jsxRuntime.jsxs(
3433
3431
  "div",
3434
3432
  {
3435
- className: `bg-black rounded-lg shadow-2xl w-full max-h-full flex flex-col overflow-hidden ${className}`,
3433
+ className: `bg-black rounded-lg shadow-2xl w-full h-full max-h-full flex flex-col overflow-hidden ${className}`,
3436
3434
  children: [
3437
3435
  /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "bg-zinc-900/50 backdrop-blur-sm border-b border-zinc-800 px-3 sm:px-4 md:px-6 py-2 sm:py-3 md:py-4 flex justify-between items-center rounded-t-lg shrink-0", children: [
3438
3436
  /* @__PURE__ */ jsxRuntime.jsxs("div", { children: [
@@ -3488,7 +3486,7 @@ function DialtribePlayer({
3488
3486
  ) })
3489
3487
  ] }),
3490
3488
  /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex flex-col md:flex-row flex-1 min-h-0 overflow-hidden", children: [
3491
- /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "shrink-0 md:shrink md:flex-1 flex flex-col overflow-hidden", children: [
3489
+ /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "min-h-0 md:flex-1 flex flex-col overflow-hidden", children: [
3492
3490
  /* @__PURE__ */ jsxRuntime.jsxs(
3493
3491
  "div",
3494
3492
  {
@@ -4568,7 +4566,7 @@ function DialtribeOverlay({
4568
4566
  role: "dialog",
4569
4567
  "aria-modal": "true",
4570
4568
  "aria-label": ariaLabel,
4571
- children: /* @__PURE__ */ jsxRuntime.jsxs("div", { className: `relative w-full overflow-hidden ${styles.container}`, children: [
4569
+ children: /* @__PURE__ */ jsxRuntime.jsxs("div", { className: `relative w-full h-full flex flex-col ${styles.container}`, children: [
4572
4570
  showCloseButton && /* @__PURE__ */ jsxRuntime.jsx(
4573
4571
  "button",
4574
4572
  {