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

feat(calling): join/leave sound #762

Merged
merged 2 commits into from
Oct 25, 2024
Merged

feat(calling): join/leave sound #762

merged 2 commits into from
Oct 25, 2024

Conversation

Flemmli97
Copy link
Contributor

What this PR does 📖

  • Adds sound for when someone joins or leaves a call

@Flemmli97 Flemmli97 mentioned this pull request Oct 24, 2024
14 tasks
@github-actions github-actions bot added the Missing dev review Two dev reviews are required on PR label Oct 24, 2024
Copy link

github-actions bot commented Oct 24, 2024

Download the app installers for this pull request:

Copy link

github-actions bot commented Oct 24, 2024

Automated tests execution is complete! You can find the Playwright test report here and the Allure Test Report here

@@ -194,6 +195,7 @@ export class CallRoom {
let stream = await VoiceRTCInstance.getLocalStream()
log.debug(`Sending local stream ${stream} to ${peer}`)
room.addStream(stream, peer)
playSound(Sounds.Joined)
Copy link
Collaborator

Choose a reason for hiding this comment

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

Kevin, I think we can move it to other place, because here, is just when person is really inside the room, and not when person accept call

Copy link
Contributor Author

Choose a reason for hiding this comment

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

i think this is fine because its when the user then is actually inside the room. accepting the call doesnt mean at that moment the user is actually in the call

Copy link
Collaborator

Choose a reason for hiding this comment

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

I agree, you are correct.

@phillsatellite phillsatellite added the QA Requested Changes Changes need to be addressed, something is not working as expected. label Oct 24, 2024
@phillsatellite
Copy link
Contributor

Label added for Lucas's comment

@lgmarchi lgmarchi removed the QA Requested Changes Changes need to be addressed, something is not working as expected. label Oct 25, 2024
@phillsatellite phillsatellite merged commit 17f521a into dev Oct 25, 2024
7 checks passed
@phillsatellite phillsatellite deleted the join/leave-sound branch October 25, 2024 16:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Missing dev review Two dev reviews are required on PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants