You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I set ui: true, the whole stream is slower for me. In addition, I often have to click on mode in the top right-hand corner before a running video is displayed at all. This is not the case with ui: false and the video runs immediately.
I have to say that I don't have a permanent stream that is displayed, I have to switch it on first.
Furthermore, how do I combine several styles?
For example: style: ‘video {aspect-ratio: 16/9; object-fit: fill;}’ style: ‘.fullscreen {display: none}’ style: ‘.screenshot {display: none}’
The text was updated successfully, but these errors were encountered:
If I set
ui: true
, the whole stream is slower for me. In addition, I often have to click onmode
in the top right-hand corner before a running video is displayed at all. This is not the case withui: false
and the video runs immediately.I have to say that I don't have a permanent stream that is displayed, I have to switch it on first.
Furthermore, how do I combine several styles?
For example:
style: ‘video {aspect-ratio: 16/9; object-fit: fill;}’
style: ‘.fullscreen {display: none}’
style: ‘.screenshot {display: none}’
The text was updated successfully, but these errors were encountered: