@dialtribe/react-sdk 0.1.0-alpha.24 → 0.1.0-alpha.25
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 +2 -0
- package/dist/dialtribe-streamer.js.map +1 -1
- package/dist/dialtribe-streamer.mjs +2 -0
- package/dist/dialtribe-streamer.mjs.map +1 -1
- package/dist/index.js +2 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -0
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -3669,6 +3669,8 @@ function DialtribeStreamer({
|
|
|
3669
3669
|
mediaStream,
|
|
3670
3670
|
isVideo: isVideoKey && isVideoEnabled,
|
|
3671
3671
|
encoderServerUrl,
|
|
3672
|
+
disableCanvasRendering: true,
|
|
3673
|
+
// <-- ADD THIS LINE
|
|
3672
3674
|
onBytesUpdate: setBytesSent,
|
|
3673
3675
|
onStateChange: (streamerState) => {
|
|
3674
3676
|
if (streamerState === "live") {
|