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
{{ message }}
This repository has been archived by the owner on Aug 30, 2024. It is now read-only.
I'm trying to show the local user's status (camera preview, mute status, etc.) using , but I'm running into the following issues:
If I disable video (using LocalToggleVideoButton) and then re-enable it, I get a blank display. I don't see my video anymore and I don't see my initials either.
I never see any audio activity. I see a mute indicator, but clicking this does nothing.
The text was updated successfully, but these errors were encountered:
Hey there!
Sorry about the experience with VideoLocalView. We haven't encountered this issue ourselves - you can see a sample implementation here but I'm keen to understand this better.
Could I ask you for your browser version and OS please?
As a workaround until we find out the actual root cause, you can use LocalVideo.
I'm running FIrefox 116.0.2 (64-bit) on Ubuntu Linux 23.04. I thought this also happened to me in Chromium, but I was not able to reproduce that just now, so maybe I'm mistaken. (Chromium version 115.0.5790.170 (Official Build) snap (64-bit) ).
As a quick and dirty test, I added the VideoLocalView to the comms videocall demo app and got the same result. Here is the patch that reproduces it:
I'm trying to show the local user's status (camera preview, mute status, etc.) using , but I'm running into the following issues:
The text was updated successfully, but these errors were encountered: