You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
on the chrome extension side of the repo, it looks like each session will open up a new options tab and capture audio through that.
why was this the choice of implementation?
Would it be possible to do the audio capture through background.js and not options.js?
or even by using getDisplayMedia API
The text was updated successfully, but these errors were encountered:
on the chrome extension side of the repo, it looks like each session will open up a new options tab and capture audio through that.
why was this the choice of implementation?
Would it be possible to do the audio capture through background.js and not options.js?
or even by using getDisplayMedia API
The text was updated successfully, but these errors were encountered: