@dialtribe/react-sdk 0.1.7 → 0.1.8

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") {