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
Sorry for posting this one, actually not an issue but wanted to asked some questions.
Maybe this could be a question not directly related with wxt framework.
I am a big fan of WXT and really appreciate your nice work on this wonderful framework.
Recently I am working on WXT-react based chrome extension development, where we tried to capture audio from GMeet (including user's mic as well as incoming voice).
Actually we are building sidepanel based extension.
It was working well for capturing other sounds on any platform using tabCapture, but failed on GMeet.
After some investigation, I tried with offscreen but failed again as getMediaStreamID does return undefined for streamId.
I believe this function returns valid streamId for popup based extensions but somehow it fails on sidepane.
Is this an known issue?
Sorry again for posting this kind of question here, I tried to post this on other platforms but couldn't find any experts who can solve this.
I believe you guys on this team are expert in this area and come up to me with some great solutions.
Thank you very much!
PowerDev
The text was updated successfully, but these errors were encountered:
Hello WXT team,
Sorry for posting this one, actually not an issue but wanted to asked some questions.
Maybe this could be a question not directly related with wxt framework.
I am a big fan of WXT and really appreciate your nice work on this wonderful framework.
Recently I am working on WXT-react based chrome extension development, where we tried to capture audio from GMeet (including user's mic as well as incoming voice).
Actually we are building sidepanel based extension.
It was working well for capturing other sounds on any platform using tabCapture, but failed on GMeet.
After some investigation, I tried with offscreen but failed again as getMediaStreamID does return undefined for streamId.
I believe this function returns valid streamId for popup based extensions but somehow it fails on sidepane.
Is this an known issue?
Sorry again for posting this kind of question here, I tried to post this on other platforms but couldn't find any experts who can solve this.
I believe you guys on this team are expert in this area and come up to me with some great solutions.
Thank you very much!
PowerDev
The text was updated successfully, but these errors were encountered: