Live

Fork session

Fork a stored Live session onto a new WebRTC connection.

post/live/sessions/{session_id}/fork

Path parameters

session_idstring required

The ID of the stored Live session to fork.

Request body

Example request

{
  "session": {
    "client": {
      "data_channel": {
        "allowed_server_events": [
          {
            "type": "session.started"
          }
        ]
      }
    }
  }
}

Response

Forked Live session created with a WebRTC answer.

Changes