100mslive / 100ms-web

A conferencing and streaming UI built with 100ms SDK.
https://examples-videoconferencing.app.100ms.live/preview/tmz-qdi-cyp
MIT License
198 stars 165 forks source link

Turn on/off SimulcastLayers when use 100ms SDK react web #689

Closed ducdk closed 6 months ago

ducdk commented 11 months ago

Is your feature request related to a problem? Please describe. I am doing config SimulcastLayers live but 2 variable get from 100ms always false image image I want config enabled=true and degraded = true in 100ms What should I do?

Thankiu,

raviteja83 commented 9 months ago

track.enabled is false if the remote video is disabled. To get degraded as true, you can throttle your network.

raviteja83 commented 6 months ago

closing due to inactivity