Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 4.42 KB

multistreamtarget.md

File metadata and controls

22 lines (17 loc) · 4.42 KB

MultistreamTarget

Example Usage

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

let value: MultistreamTarget = {
  id: "09F8B46C-61A0-4254-9875-F71F4C605BC7",
  createdAt: 1587667174725,
};

Fields

Field Type Required Description Example
id string N/A 09F8B46C-61A0-4254-9875-F71F4C605BC7
name string N/A
userId string : warning: ** DEPRECATED **: This will be removed in a future release, please migrate away from it as soon as possible. 66E2161C-7670-4D05-B71D-DA2D6979556F
disabled boolean If true then this multistream target will not be used for pushing
even if it is configured in a stream object.
createdAt number Timestamp (in milliseconds) at which multistream target object was
created
1587667174725