Meet is the video conferencing app in General Bots Suite. Host video calls, share your screen, collaborate in real-time, and let the AI take notes for you. Meet integrates seamlessly with Calendar so joining meetings is just one click away.
---
## Features
### Meeting Controls
| Control | Description |
|---------|-------------|
| 🎤 Mute | Toggle microphone |
| 📹 Video | Toggle camera |
| 🖥️ Share | Share screen |
| ✋ Raise Hand | Get attention |
| 💬 Chat | In-meeting chat |
| 👥 Participants | View attendees |
| ⚙️ Settings | Audio/video settings |
| 📞 Leave | End call |
### Meeting Features
| Feature | Description |
|---------|-------------|
| **Screen Sharing** | Share your entire screen or specific window |
| **Recording** | Record meetings for later review |
| **Chat** | Send messages during the meeting |
| **Reactions** | Quick emoji reactions |
| **Raise Hand** | Queue to speak |
| **Breakout Rooms** | Split into smaller groups |
| **AI Notes** | Automatic meeting notes |
| **Transcription** | Live captions |
### Layouts
| Layout | Best For |
|--------|----------|
| **Gallery** | Group discussions |
| **Speaker** | Presentations |
| **Sidebar** | Screen sharing |
| **Spotlight** | Featured speaker |
---
## Keyboard Shortcuts
| Shortcut | Action |
|----------|--------|
| `M` | Toggle mute |
| `V` | Toggle video |
| `S` | Share screen |
| `H` | Raise/lower hand |
| `C` | Toggle chat |
| `P` | Toggle participants |
| `R` | Start/stop recording |
| `Space` | Push to talk (when muted) |
| `Escape` | Exit fullscreen |
---
## Meetings via Chat
### Starting a Meeting
<divclass="wa-chat">
<divclass="wa-message user">
<divclass="wa-bubble">
<p>Start a video call</p>
<divclass="wa-time">10:00</div>
</div>
</div>
<divclass="wa-message bot">
<divclass="wa-bubble">
<p>🎥 Meeting room ready!</p>
<p>📍 Room: Team Huddle</p>
<p>🔗 Link: https://meet.gb/abc-123</p>
<p>Click to join or share the link with others.</p>
<p>[🚀 Join Now]</p>
<divclass="wa-time">10:00</div>
</div>
</div>
</div>
### Inviting Participants
<divclass="wa-chat">
<divclass="wa-message user">
<divclass="wa-bubble">
<p>Invite Sarah and John to the meeting</p>
<divclass="wa-time">10:01</div>
</div>
</div>
<divclass="wa-message bot">
<divclass="wa-bubble">
<p>✅ Invitations sent!</p>
<p>📧 Sarah - invited</p>
<p>📧 John - invited</p>
<p>They'll receive a link to join.</p>
<divclass="wa-time">10:01</div>
</div>
</div>
</div>
### Scheduling a Meeting
<divclass="wa-chat">
<divclass="wa-message user">
<divclass="wa-bubble">
<p>Schedule a video call with the team for tomorrow at 3pm</p>
<divclass="wa-time">14:30</div>
</div>
</div>
<divclass="wa-message bot">
<divclass="wa-bubble">
<p>✅ Meeting scheduled!</p>
<p>🎥 Team Video Call</p>
<p>📅 Tomorrow at 3:00 PM</p>
<p>👥 Invitations sent to team members</p>
<p>🔗 Link: https://meet.gb/xyz-789</p>
<p>Added to your calendar with reminder.</p>
<divclass="wa-time">14:30</div>
</div>
</div>
</div>
### Getting Meeting Notes
<divclass="wa-chat">
<divclass="wa-message user">
<divclass="wa-bubble">
<p>What were the key points from today's meeting?</p>
<divclass="wa-time">16:00</div>
</div>
</div>
<divclass="wa-message bot">
<divclass="wa-bubble">
<p>📝 Meeting Summary - Team Sync</p>
<p>Duration: 45 minutes</p>
<p>Participants: 5</p>
<p>---</p>
<p>📌 Key Points:</p>
<p>• Project deadline moved to next Friday</p>
<p>• Budget approved for new tools</p>
<p>• Sarah will lead the client presentation</p>
<p>---</p>
<p>✅ Action Items:</p>
<p>• John: Update project timeline</p>
<p>• You: Review proposal by Wednesday</p>
<divclass="wa-time">16:00</div>
</div>
</div>
</div>
### Recording Access
<divclass="wa-chat">
<divclass="wa-message user">
<divclass="wa-bubble">
<p>Show me the recording from yesterday's meeting</p>
<divclass="wa-time">09:00</div>
</div>
</div>
<divclass="wa-message bot">
<divclass="wa-bubble">
<p>🎬 Meeting Recording</p>
<p>📅 Yesterday - Project Review</p>
<p>⏱️ Duration: 1:15:32</p>
<p>📁 Saved to: My Drive/Recordings</p>
<p>[▶️ Play] [⬇️ Download] [🔗 Share]</p>
<divclass="wa-time">09:00</div>
</div>
</div>
</div>
---
## API Endpoints
| Endpoint | Method | Description |
|----------|--------|-------------|
| `/api/meet/rooms` | GET | List meeting rooms |
| `/api/meet/rooms` | POST | Create room |
| `/api/meet/rooms/:id` | GET | Get room details |
| `/api/meet/rooms/:id/join` | POST | Join meeting |
| `/api/meet/rooms/:id/leave` | POST | Leave meeting |
| `/api/meet/rooms/:id/invite` | POST | Invite participants |
| `/api/meet/recordings` | GET | List recordings |
| `/api/meet/recordings/:id` | GET | Get recording |