Blocks
Dyte
Live video SDK with 99.99% uptime
Integrate with Dyte for embedded video calls, live streaming, interactive features, and real-time collaboration. SOC 2, GDPR, and HIPAA compliant with customizable video experiences using API key authentication.
Block Preview
Dyte
Live video SDK with 99.99% uptime
Usage
- Add the block to your workflow and connect it to the upstream step.
- Configure any required credentials or tokens in the inputs.
- Fill in required inputs and optional parameters for the run.
- Run a test execution, inspect outputs, and iterate before deploying.
- Deploy the dyte block with monitoring enabled in production.
Inputs (UI)
Dyte API Key
short-inputPlaceholder: Enter your Dyte API key
Layout: full
Organization ID
short-inputPlaceholder: Enter your organization ID
Layout: full
Operation
dropdownLayout: full
Options: Create Meeting, Get Meeting, Add Participant, List Participants
Meeting ID
short-inputPlaceholder: Enter meeting ID
Layout: full
Condition: operation = ["get_meeting","add_participant","list_participants","start_recording","stop_recording"]
Meeting Title
short-inputPlaceholder: Team Standup
Layout: full
Condition: operation = "create_meeting"
Participant Name
short-inputPlaceholder: John Doe
Layout: full
Condition: operation = "add_participant"
Inputs (API)
credential
stringRequired
orgId
stringRequired
operation
stringRequired
meetingId
stringOptional
title
stringOptional
participantName
stringOptional
Outputs
Primary response type:
{
"data": "json"
}