Skip to content

Commit

Permalink
Add projectId to stream and asset (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
leszko committed May 27, 2024
1 parent 00d172d commit 5d255cb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions api.go
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,7 @@ type (
Pull *StreamPull `json:"pull,omitempty"`
PullRegion string `json:"pullRegion,omitempty"`
CreatorID *CreatorID `json:"creatorID,omitempty"`
ProjectID string `json:"projectId,omitempty"`
}

StreamPull struct {
Expand Down Expand Up @@ -447,6 +448,7 @@ type (
AssetSpec
SourcePlaybackReady bool `json:"sourcePlaybackReady"`
CreatorID *CreatorID `json:"creatorId,omitempty"`
ProjectID string `json:"projectId,omitempty"`
}

AssetSource struct {
Expand Down

0 comments on commit 5d255cb

Please sign in to comment.