Skip to content
This repository has been archived by the owner on Dec 6, 2023. It is now read-only.

Audio track does not stop in Chrome Icognito #5

Closed
emorling opened this issue Jul 1, 2021 · 2 comments
Closed

Audio track does not stop in Chrome Icognito #5

emorling opened this issue Jul 1, 2021 · 2 comments

Comments

@emorling
Copy link

emorling commented Jul 1, 2021

When leaving a channel in an Incognito Window in chrome the audio is still on.

const doLeave = useCallback(async () => { console.log("leaving"); await client.leave(); client.removeAllListeners(); tracks[0].close(); tracks[1].close(); }, [client, tracks]);

@emorling
Copy link
Author

emorling commented Jul 1, 2021

This issue also exists when running in Safari, without incognito.

@EkaanshArora
Copy link
Contributor

Can you provide a minimum reproducible example using the wrapper?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants