Allow user to embed live stream webpage

This commit is contained in:
2025-04-06 22:54:21 +08:00
parent 7dbb858d69
commit c96e5bffa1
3 changed files with 11 additions and 1 deletions

View File

@@ -102,6 +102,7 @@ type PostVideoBody struct {
Description *string `json:"description"`
Location *string `json:"location"`
Video string `json:"video"`
Renderer *string `json:"renderer"`
IsLive bool `json:"is_live"`
IsLiveEnded bool `json:"is_live_ended"`
Subtitles map[string]string `json:"subtitles"`