-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(media): call ui updates #4553
Conversation
c0ccf76
to
22be181
Compare
the only issue I saw was there was three video windows on a direct call |
@WanderingHogan got a screenshot? probably the corrupt video state problem I mentioned before, the video/screen stream muted state is not being initialised correctly. |
this is also on dev, phil noticed this as well yesterday Screen_Recording_2022-08-31_at_11.16.09_AM.1.movthe flow was when using screen share would do a extra window as phil mentioned on dev |
the rebase on this one isn't so bad, conflicts are pretty minor, but it looks like a lot of other things changed a little bit so we will need to test it pretty well |
This was due to invalid muted stream state. Will be fixed by another PR |
c039b3b
to
67ccca6
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
still getting the same error from before. Looks like the refs inside of the mounted logic are coming up undefined (for one side only) |
What this PR does 📖
Which issue(s) this PR fixes 🔨
Special notes for reviewers 🗒️
Additional comments 🎤