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(blink): emit events when user mutes or deafens themself. #350

Merged
merged 5 commits into from
Nov 1, 2023

Conversation

sdwoodbury
Copy link
Contributor

What this PR does 📖
emits signals when the user mutes/unmutes.
emits signals when the user deafens/undeafens.
when the user mutes themself, pause the source track.
when the user deafens, pause the sink tracks, and don't play any newly created tracks.
adds a CallConfig to blink, so the library user can request a struct that tells who is muted/deafened and if the call is being recorded.

Resolve #347

Which issue(s) this PR fixes 🔨

Special notes for reviewers 🗒️

Additional comments 🎤

@sdwoodbury sdwoodbury self-assigned this Nov 1, 2023
@sdwoodbury sdwoodbury merged commit 0244399 into main Nov 1, 2023
1 check passed
@sdwoodbury sdwoodbury deleted the feat/silence branch November 1, 2023 20:36
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.

add ability to silence the call
1 participant