Skip to content

Commit

Permalink
api: Add IsActive field to streams
Browse files Browse the repository at this point in the history
  • Loading branch information
victorges committed Nov 30, 2023
1 parent 8756b0d commit dd87e78
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api.go
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,7 @@ type (
ParentID string `json:"parentId,omitempty"`
CreatedAt int64 `json:"createdAt,omitempty"`
LastSeen int64 `json:"lastSeen,omitempty"`
IsActive bool `json:"isActive,omitempty"`
SourceSegments int64 `json:"sourceSegments,omitempty"`
TranscodedSegments int64 `json:"transcodedSegments,omitempty"`
SourceSegmentsDuration float64 `json:"sourceSegmentsDuration,omitempty"`
Expand Down

0 comments on commit dd87e78

Please sign in to comment.