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

unmuteAudio when permision canceled #101

Open
krida2000 opened this issue Jan 4, 2023 · 1 comment
Open

unmuteAudio when permision canceled #101

krida2000 opened this issue Jan 4, 2023 · 1 comment
Assignees
Labels
k::api Related to API (application interface) platform::web Specific to WEB platform question Further information is requested

Comments

@krida2000
Copy link

Background

На вебе пользователь может дать разрешение на доступ к микрофону, а позже отменить его.

Question

Что нам стоит делать в таком случае? Потому что RoomHandle.unmuteAudio будет и дальше использовать устраевший трек.

@SleepySquash SleepySquash added k::api Related to API (application interface) platform::web Specific to WEB platform question Further information is requested labels Jan 5, 2023
@alexlapa
Copy link
Contributor

@krida2000 ,

We can expose onEnded callback and readyState getter on a LocalMediaTrack, that should do the job.

@rogurotus rogurotus mentioned this issue Mar 2, 2023
16 tasks
tyranron pushed a commit that referenced this issue Apr 3, 2023
Co-authored-by: alexlapa <lapa.alex@ex.ua>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
k::api Related to API (application interface) platform::web Specific to WEB platform question Further information is requested
Projects
None yet
Development

No branches or pull requests

4 participants