From 2e5536dba7b06d7bf00a64ed1dcaedbacd7886dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C5=82=20Leszko?= Date: Mon, 15 Apr 2024 09:29:36 +0200 Subject: [PATCH] Add stream.createdRegion field (#64) --- api.go | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 {