Streams

Create viewer token

Issues a short-lived, subscribe-only LiveKit token so the stream owner can watch the video the model is ingesting. The token cannot publish media or data-channel messages. Connect with any LiveKit client SDK and render the remote video track.

post/streams/{stream_id}/viewer-token

Response

Viewer token issued.

idstring uuid required

The stream identifier the token was issued for.

Example response

{
  "view": {
    "expires_in_seconds": 300
  }
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.