Skip to content

Commit

Permalink
Add stream.createdRegion field (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
leszko committed Apr 15, 2024
1 parent babe9f0 commit 2e5536d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions api.go
Original file line number Diff line number Diff line change
Expand Up @@ -208,8 +208,9 @@ type (
RecordingURL string `json:"recordingUrl,omitempty"`
Mp4Url string `json:"mp4Url,omitempty"`

Pull *StreamPull `json:"pull,omitempty"`
CreatorID *CreatorID `json:"creatorID,omitempty"`
Pull *StreamPull `json:"pull,omitempty"`
PullRegion string `json:"pullRegion,omitempty"`
CreatorID *CreatorID `json:"creatorID,omitempty"`
}

StreamPull struct {
Expand Down

0 comments on commit 2e5536d

Please sign in to comment.