Replies: 1 comment 1 reply
-
Thank you. From client side there should have option to disable/pause stream. This could be done either by a dedicated option or simple video pause. If option done by video pause then there have possibility user may play again. So, having a dedicated option will be better. From JS side can be use IntersectionObserver to determine the visibility of the video and pause when necessary. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
For optimizing resource usage in sender side, we should have some thing like auto reduce or turn-off sender stream.
The ideally logic is:
Beta Was this translation helpful? Give feedback.
All reactions