Google Meets Recorded

Hey All,

I’m wanting to build a notetaker that sits in google meets meetings and does the following:

  1. Records a video of the interview
  2. Records / takes the transscript from the meeting

I understand point 2 can be done via the Google Meets transcript itself. But I also was something that actually sits in a records the video as well.

Any ideas?

Thanks,
Ken

It looks like your topic is missing some important information. Could you provide the following if applicable.

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:

Maybe n8n is not the solution you need for that.
To mimic a user interaction in a browser you would need something like Pupeteer.

You could use Pupeteer with n8n, but it’s fairly complex.

Although you could find a way of exporting the transcript automatically using the Google Meet API.

That would solve your problem by using a different approach.

If my reply answers your question, please remember to mark it as a solution.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.