/
/Fishjam Media Server
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 3w ago · Updated 1mo ago
health1
  • getDescribes the health of Fishjam
hls1
  • getRetrieve HLS Content
recording3
  • getLists all available recordings
  • deleteDeletes the recording
  • getRetrieve Recording (HLS) Content
room9
  • getShow information about all rooms
  • postCreates a room
  • getShows information about the room
  • deleteDelete the room
  • postCreates the component and adds it to the room
  • postSubscribe component to the tracks of peers or components
  • deleteDelete the component from the room
  • postCreate peer
  • deleteDelete peer
sip2
  • postMake a call from the SIP component to the provided phone number
  • deleteFinish call made by SIP component
    health

    Describes the health of Fishjam

    get/health

    Response

    Healthy

    Example response

    {
      "data": {
        "distribution": {
          "nodeStatus": "UP"
        },
        "status": "UP"
      }
    }

    Changes