digital-samba

Embed Digital Samba video conferencing via REST API and embedded SDK.

2|Updated Dec 5, 2025
One-click install
npx skills add https://github.com/digitalsamba/digital-samba-skill --skill digital-samba
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: digital-samba
Source: https://github.com/digitalsamba/digital-samba-skill/tree/main
Command: npx skills add https://github.com/digitalsamba/digital-samba-skill --skill digital-samba

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Digital Samba integration enables developers to embed robust video conferencing capabilities into applications without managing WebRTC infrastructure, turn-key.

Core Features & Use Cases

  • REST API for server-side room/session/participant management to build workflows
  • Embedded SDK to inject and control the video UI via an iframe
  • JWT-based user authentication and event/webhook patterns for real-time apps

Quick Start

Create a room via REST API, generate a user token, and embed the video UI in your app using the Embedded SDK.

Frequently Asked Questions about digital-samba

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I embed video conferencing into my web application?

You can embed video conferencing by using the Embedded SDK to inject the video UI via an iframe. This approach removes the need to manage WebRTC infrastructure manually while providing full UI control.

What is the best way to authenticate users for video conferencing rooms?

The recommended method for authenticating video conferencing users is generating JWT tokens. These tokens securely validate participant identities before granting access to rooms managed via the REST API.

How do I manage video conferencing rooms and recordings server-side?

You can manage video conferencing rooms and recordings server-side through REST API endpoints. These endpoints allow you to create rooms, configure participant settings, and handle session recordings programmatically.

Can I use webhooks for real-time video conferencing event patterns?

Yes, webhooks support real-time event patterns in video conferencing applications. They integrate with REST API workflows to notify your backend system about session updates, participant actions, and recording availability.

Does embedding video conferencing require managing WebRTC infrastructure?

Embedding video conferencing via this SDK does not require managing WebRTC infrastructure. The platform handles the underlying media routing and turn-key infrastructure, allowing developers to focus on UI integration and REST API workflows.