-
Notifications
You must be signed in to change notification settings - Fork 2
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
Add LocalMediaTrack.on_audio_level_changed()
callback
#167
Conversation
FCMAdd `LocalMediaTrack.on_audio_level_changed()` callback (#167) |
LocalMediaTrack.on_audio_level_changed()
callback
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@evdokimovs we have this no-op on Web. Is it intended to be implemented in a separate PR or impossible at all?
It is possible to implement this feature using Web Audio API. We can do it later, but I think that it's a low priority feature at this moment. |
@evdokimovs regarding the priority - OK, but add it backlog, please, to not forget about it. |
Synopsis
Adds an API for tracking the audio level of local tracks
Checklist
k::
labels applied