/
/Strom API
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 2h ago · Updated 3d ago
auth3
blocks6
discovery11
elements3
flows38
gst-launch2
mcp3
Media7
media_player5
Network1
probes3
System9
vision-mixer1
websocket1
whep7
  • getGET /api/ice-servers - Get configured ICE servers for WebRTC connections.
  • getGET /api/whep-streams - List all active WHEP streams (JSON API).
  • postProxy POST requests to /whep/{endpoint_id} Looks up the internal port from WhepRegistry and forwards to localhost:{port}/whep/endpoint
  • optionsHandle OPTIONS preflight for /whep/{endpoint_id}
  • deleteProxy DELETE requests to /whep/{endpoint_id}/resource/{resource_id}
  • optionsHandle OPTIONS preflight for /whep/{endpoint_id}/resource/{resource_id}
  • patchProxy PATCH requests to /whep/{endpoint_id}/resource/{resource_id} for ICE candidates
whip7
    whep

    Handle OPTIONS preflight for /whep/{endpoint_id}

    options/whep/{endpoint_id}

    Path parameters

    endpoint_idstring required

    WHEP endpoint identifier

    Response

    CORS preflight response

    Changes