Skip to content
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

shared video local participant #15086

Merged
merged 2 commits into from
Sep 3, 2024
Merged

Conversation

damencho
Copy link
Member

@damencho damencho commented Sep 3, 2024

  • feat(participants-pane): Fixes actions menu when sharing video.
  • feat(shared-video): Fixes showing thumb on the sharer side.

We have actions menu for the video just for the local participant who shared the video.
@@ -146,3 +148,31 @@ export function isURLAllowedForSharedVideo(url: string,

return false;
}

/* eslint-disable max-params */
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we need this?

The parameter is 1. Isn't it?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I moved it with the command, seems someone forgot to remove it at some point.

@damencho damencho force-pushed the shared-video-local-participant branch from f59a283 to c3f8b76 Compare September 3, 2024 19:47
@damencho damencho merged commit 6aa42f9 into master Sep 3, 2024
9 checks passed
@damencho damencho deleted the shared-video-local-participant branch September 3, 2024 21:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants