diff --git a/api.go b/api.go index 1a65b9c..c61b1af 100644 --- a/api.go +++ b/api.go @@ -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 {