Digital Samba Embedded API MCP Server
JSON →Interact with the Digital Samba Embedded API for video conferencing features like room management, analytics, recording, and live session control.
Tools · 114
- create_room Creates a new video room.
- delete_room Deletes an existing video room.
- get_room Retrieves details of a specific room.
- list_rooms Lists all rooms in the account.
- update_room Updates room settings.
- create_guest Creates a guest user for a room.
- delete_guest Deletes a guest user.
- get_guest Retrieves guest user details.
- list_guests Lists all guests in a room.
- update_guest Updates guest user permissions.
- create_recording Starts a room recording.
- delete_recording Deletes a recording.
- get_recording Retrieves recording details.
- list_recordings Lists all recordings for a room.
- update_recording Updates recording settings.
- create_stream Starts a live stream.
- delete_stream Stops and deletes a stream.
- get_stream Retrieves stream details.
- list_streams Lists all streams for a room.
- update_stream Updates stream configuration.
- create_layout Creates a custom layout.
- delete_layout Deletes a layout.
- get_layout Retrieves layout details.
- list_layouts Lists all layouts.
- update_layout Updates a layout.
- create_webhook Creates a webhook endpoint.
- delete_webhook Deletes a webhook.
- get_webhook Retrieves webhook details.
- list_webhooks Lists all webhooks.
- update_webhook Updates webhook configuration.
- create_token Generates an authentication token.
- revoke_token Revokes an authentication token.
- validate_token Validates a token's authenticity.
- get_analytics Retrieves analytics data.
- list_analytics Lists available analytics reports.
- create_report Generates a custom report.
- get_report Retrieves a report.
- list_reports Lists all reports.
- delete_report Deletes a report.
- create_template Creates a room template.
- delete_template Deletes a template.
- get_template Retrieves template details.
- list_templates Lists all templates.
- update_template Updates a template.
- create_waiting_room Creates a waiting room configuration.
- delete_waiting_room Deletes a waiting room.
- get_waiting_room Retrieves waiting room settings.
- list_waiting_rooms Lists all waiting rooms.
- update_waiting_room Updates waiting room settings.
- create_breakout_room Creates a breakout room.
- delete_breakout_room Deletes a breakout room.
- get_breakout_room Retrieves breakout room details.
- list_breakout_rooms Lists all breakout rooms.
- update_breakout_room Updates breakout room settings.
- create_poll Creates a poll in a room.
- delete_poll Deletes a poll.
- get_poll Retrieves poll details.
- list_polls Lists all polls in a room.
- update_poll Updates a poll.
- create_question Adds a question to a poll.
- delete_question Deletes a question from a poll.
- get_question Retrieves question details.
- list_questions Lists all questions in a poll.
- update_question Updates a question.
- create_whiteboard Creates a whiteboard session.
- delete_whiteboard Deletes a whiteboard.
- get_whiteboard Retrieves whiteboard details.
- list_whiteboards Lists all whiteboards.
- update_whiteboard Updates whiteboard content.
- create_chat Creates a chat session.
- delete_chat Deletes a chat session.
- get_chat Retrieves chat messages.
- list_chats Lists all chat sessions.
- send_message Sends a chat message.
- create_screen_share Starts screen sharing.
- stop_screen_share Stops screen sharing.
- get_screen_share Retrieves screen share status.
- create_file_share Uploads a file for sharing.
- delete_file_share Deletes a shared file.
- get_file_share Retrieves file share details.
- list_file_shares Lists all shared files.
- create_emoji_reaction Sends an emoji reaction.
- delete_emoji_reaction Removes an emoji reaction.
- get_emoji_reactions Retrieves emoji reactions.
- create_hand_raise Raises hand in a room.
- lower_hand Lowers a raised hand.
- get_hand_raises Retrieves hand raise status.
- create_mute Mutes a participant.
- unmute Unmutes a participant.
- get_mute_status Retrieves mute status.
- create_video_toggle Toggles video on/off.
- get_video_status Retrieves video status.
- create_audio_toggle Toggles audio on/off.
- get_audio_status Retrieves audio status.
- create_subtitle Adds subtitles to a stream.
- delete_subtitle Removes subtitles.
- get_subtitle Retrieves subtitle settings.
- list_subtitles Lists all subtitles.
- update_subtitle Updates subtitle settings.
- create_transcription Starts transcription.
- stop_transcription Stops transcription.
- get_transcription Retrieves transcription data.
- list_transcriptions Lists all transcriptions.
- create_background Sets a virtual background.
- delete_background Removes virtual background.
- get_background Retrieves background settings.
- list_backgrounds Lists available backgrounds.
- update_background Updates background settings.
- create_noise_cancellation Enables noise cancellation.
- disable_noise_cancellation Disables noise cancellation.
- get_noise_cancellation Retrieves noise cancellation status.
- create_echo_cancellation Enables echo cancellation.
- disable_echo_cancellation Disables echo cancellation.
- get_echo_cancellation Retrieves echo cancellation status.
Environment variables
YOUR_DEVELOPER_KEY
★ 1 GitHub stars