d3no
d3no

Reputation: 121

Is that possible to change streamName after livestream create?

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

Answers (1)

Marc Chambers
Marc Chambers

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

Related Questions