@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/dialtribe-streamer.js +0 -2
- package/dist/dialtribe-streamer.js.map +1 -1
- package/dist/dialtribe-streamer.mjs +0 -2
- package/dist/dialtribe-streamer.mjs.map +1 -1
- package/dist/index.js +0 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +0 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -2083,8 +2083,6 @@ function DialtribeStreamer({
|
|
|
2083
2083
|
mediaStream,
|
|
2084
2084
|
isVideo: isVideoKey && isVideoEnabled,
|
|
2085
2085
|
encoderServerUrl,
|
|
2086
|
-
disableCanvasRendering: true,
|
|
2087
|
-
// <-- ADD THIS LINE
|
|
2088
2086
|
onBytesUpdate: setBytesSent,
|
|
2089
2087
|
onStateChange: (streamerState) => {
|
|
2090
2088
|
if (streamerState === "live") {
|