youtube api-在创建直播后是否可以更改streamName



我试图使用livestream.update重置streamName,但它返回错误

{  "error": {   "errors": [    {
    "domain": "youtube.liveStream",
    "reason": "liveStreamModificationNotAllowed",
    "message": "Modification is not allowed in current state"    }   ],   "code": 403,   "message": "Modification is not allowed in current state"  } }

在创建直播后,是否可以更新或重置streamName?

创建对象后无法更新streamName。您可以使用相同的设置和新名称创建一个新的liveStream对象。

相关内容

  • 没有找到相关文章

最新更新