Reputation: 121
I tried to use livestream.update reset streamName, but it return a error
{ "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" } }
Is that possible to update or reset streamName after livestream created?
Upvotes: 0
Views: 62
Reputation: 421
It's not possible to update the streamName after the object is created. You can create a new liveStream object with the same settings and a new name.
Upvotes: 2