<!-- mobian-agent-page publisher="dailydev" canonical="https://daily.dev/posts/add-gemini-live-agents-to-your-video-conferencing-with-fishjam-lb6cqge08" -->

---
title: Add Gemini Live agents to your video conferencing with...
description: A walkthrough of integrating Google&#x27;s Gemini Live multimodal API as an AI participant in a Fishjam video conference. Using Fishjam&#x27;s agent feature and...
canonical: https://daily.dev/posts/add-gemini-live-agents-to-your-video-conferencing-with-fishjam-lb6cqge08
twitter:card: summary_large_image
twitter:site: @dailydotdev
og:type: website
og:site_name: daily.dev
og:title: Add Gemini Live agents to your video conferencing with Fishjam | daily.dev
og:description: A walkthrough of integrating Google&#x27;s Gemini Live multimodal API as an AI participant in a Fishjam video conference. Using Fishjam&#x27;s agent feature and...
og:url: https://daily.dev/posts/add-gemini-live-agents-to-your-video-conferencing-with-fishjam-lb6cqge08
og:image: https://api.daily.dev/og/posts/LB6CQge08.png
og:image:alt: Add Gemini Live agents to your video conferencing with Fishjam
og:image:width: 1200
og:image:height: 630
og:locale: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Add Gemini Live agents to your video conferencing with Fishjam

**[Google for Developers](https://daily.dev/sources/googledevelopers)** · 14 min read · 0 upvotes · 0 comments

## Summary

A walkthrough of integrating Google's Gemini Live multimodal API as an AI participant in a Fishjam video conference. Using Fishjam's agent feature and WebSocket-based Gemini Live API, a backend agent joins a video room, receives audio and video frames from participants, and responds in real time with speech. The demo covers setting up a Node.js backend with tRPC, creating rooms and peers via Fishjam SDK, bridging audio/video between Fishjam and Gemini, handling interruptions, function calling for self-disconnect, and customizing agent behavior via system prompts. A sandbox Fishjam account and Gemini API key are all that's needed to replicate the setup.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://www.youtube.com/watch?v=bc5X2iVyJc0>

---

Tags: [#ai-agents](https://daily.dev/tags/ai-agents), [#google-gemini](https://daily.dev/tags/google-gemini), [#webrtc](https://daily.dev/tags/webrtc)

[View this post on daily.dev](https://daily.dev/posts/add-gemini-live-agents-to-your-video-conferencing-with-fishjam-lb6cqge08)

```json
{"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"https://daily.dev/#organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180},"sameAs":["https://twitter.com/dailydotdev","https://github.com/dailydotdev","https://www.linkedin.com/company/daily-dev-ltd"]},{"@type":"WebSite","@id":"https://daily.dev/#website","url":"https://daily.dev","name":"daily.dev","publisher":{"@id":"https://daily.dev/#organization"},"potentialAction":{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://daily.dev/search?q={search_term_string}"},"query-input":"required name=search_term_string"}}]}
{"@context":"https://schema.org","@type":"TechArticle","headline":"Add Gemini Live agents to your video conferencing with Fishjam","url":"https://daily.dev/posts/add-gemini-live-agents-to-your-video-conferencing-with-fishjam-lb6cqge08","mainEntityOfPage":{"@type":"WebPage","@id":"https://daily.dev/posts/add-gemini-live-agents-to-your-video-conferencing-with-fishjam-lb6cqge08"},"datePublished":"2026-04-08T16:14:56.678Z","dateModified":"2026-04-08T16:15:14.967Z","description":"A walkthrough of integrating Google's Gemini Live multimodal API as an AI participant in a Fishjam video conference. Using Fishjam's agent feature and...","image":"https://i.ytimg.com/vi/bc5X2iVyJc0/sddefault.jpg","thumbnailUrl":"https://i.ytimg.com/vi/bc5X2iVyJc0/sddefault.jpg","isAccessibleForFree":true,"articleSection":"Google for Developers","inLanguage":"en","publisher":{"@type":"Organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180}},"author":{"@type":"Organization","name":"Google for Developers","logo":"https://media.daily.dev/image/upload/s--jj3nxRoG--/f_auto/v1725035497/logos/googledevelopers","url":"https://daily.dev/sources/googledevelopers"},"commentCount":0,"discussionUrl":"https://daily.dev/posts/add-gemini-live-agents-to-your-video-conferencing-with-fishjam-lb6cqge08","interactionStatistic":[{"@type":"InteractionCounter","interactionType":{"@type":"LikeAction"},"userInteractionCount":0},{"@type":"InteractionCounter","interactionType":{"@type":"CommentAction"},"userInteractionCount":0}],"keywords":"ai-agents,google-gemini,webrtc","timeRequired":"PT14M","video":{"@type":"VideoObject","name":"Add Gemini Live agents to your video conferencing with Fishjam","description":"A walkthrough of integrating Google's Gemini Live multimodal API as an AI participant in a Fishjam video conference. Using Fishjam's agent feature and...","thumbnailUrl":"https://i.ytimg.com/vi/bc5X2iVyJc0/sddefault.jpg","uploadDate":"2026-04-08T16:14:56.678Z","duration":"PT14M","url":"https://api.daily.dev/r/LB6CQge08","embedUrl":"https://www.youtube.com/embed/bc5X2iVyJc0"}}
{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://daily.dev"},{"@type":"ListItem","position":2,"name":"Google for Developers","item":"https://daily.dev/sources/googledevelopers"},{"@type":"ListItem","position":3,"name":"Add Gemini Live agents to your video conferencing with Fishjam"}]}
```

