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

Pinning users #133

Merged
merged 51 commits into from
Aug 4, 2023
Merged

Pinning users #133

merged 51 commits into from
Aug 4, 2023

Conversation

martinmitrevski
Copy link
Collaborator

🎯 Goal

Allow both local and remote pinning of users.

🛠 Implementation

  • Methods to pin/unpin users from the call
  • Breaking changes to support more than 1 pinned participant

🧪 Manual Testing Notes

Explain how this change can be tested manually, if applicable.

☑️ Contributor Checklist

  • I have signed the Stream CLA (required)
  • This change follows zero ⚠️ policy (required)
  • This change should receive manual QA
  • Changelog is updated with client-facing changes
  • New code is covered by unit tests
  • Comparison screenshots added for visual changes
  • Affected documentation updated (Docusaurus, tutorial, CMS)

🎁 Meme

Alt Text

@martinmitrevski martinmitrevski requested a review from a team as a code owner August 3, 2023 15:29
@github-actions
Copy link

github-actions bot commented Aug 3, 2023

5 Errors
🚫 Please use more than one word.
262a31b
🚫 Please use more than one word.
2b6aed4
🚫 Please use more than one word.
0ee750f
🚫 Please use more than one word.
a469479
🚫 Please use more than one word.
6beb251
2 Warnings
⚠️ Please be sure to complete the Contributor Checklist in the Pull Request description
⚠️ Big PR

Generated by 🚫 Danger

Copy link
Collaborator

@ipavlidakis ipavlidakis left a comment

Choose a reason for hiding this comment

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

Looks good!

@@ -25,7 +25,8 @@
"testTargets" : [
{
"skippedTests" : [
"CallCRUDTest\/test_muteAllUsers()"
"CallCRUDTest\/test_muteAllUsers()",
"CallCRUDTest\/test_pinAndUnpinUser()"
Copy link
Collaborator

Choose a reason for hiding this comment

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

why are we skipping it?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

not deployed everywhere atm 😁 Slack for more info

@martinmitrevski martinmitrevski merged commit 7bc2725 into main Aug 4, 2023
3 checks passed
@martinmitrevski martinmitrevski deleted the pin-user branch August 4, 2023 13:34
@sonarcloud
Copy link

sonarcloud bot commented Aug 4, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

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