Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 902 Bytes

roomegresspayload.md

File metadata and controls

17 lines (12 loc) · 902 Bytes

RoomEgressPayload

Example Usage

import { RoomEgressPayload } from "livepeer/models/components";

let value: RoomEgressPayload = {
  streamId: "aac12556-4d65-4d34-9fb6-d1f0985eb0a9",
};

Fields

Field Type Required Description Example
streamId string ✔️ The ID of the Livepeer Stream to stream to aac12556-4d65-4d34-9fb6-d1f0985eb0a9