@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.
package/dist/index.mjs CHANGED
@@ -4189,8 +4189,6 @@ function DialtribeStreamer({
4189
4189
  mediaStream,
4190
4190
  isVideo: isVideoKey && isVideoEnabled,
4191
4191
  encoderServerUrl,
4192
- disableCanvasRendering: true,
4193
- // <-- ADD THIS LINE
4194
4192
  onBytesUpdate: setBytesSent,
4195
4193
  onStateChange: (streamerState) => {
4196
4194
  if (streamerState === "live") {